Skip to content

Commit

Permalink
Bump version to 2.3.2.8 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Oct 14, 2018
1 parent 8a512c1 commit 3d23058
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.2.8] - 2018-10-14

### Changed

- Bump upper bound for `template-haskell` to 2.14.

## [2.3.2.7] - 2018-09-11

### Changed

- Bump upper bound for `QuickCheck` to 2.13.

## [2.3.2.6] - 2018-07-03

### Changed
Expand Down Expand Up @@ -34,7 +46,7 @@

### Changed

- Bump upper bound for `QuickTest` to 2.12.
- Bump upper bound for `QuickCheck` to 2.12.

## [2.3.2] - 2017-11-06

Expand Down
4 changes: 2 additions & 2 deletions email-validate.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: email-validate
version: 2.3.2.7
version: 2.3.2.8
license: BSD3
license-file: LICENSE
author: George Pollard <[email protected]>
Expand All @@ -19,7 +19,7 @@ source-repository head
source-repository this
type: git
location: git://github.com/Porges/email-validate-hs.git
tag: v2.3.2.7
tag: v2.3.2.8

library
build-depends:
Expand Down

0 comments on commit 3d23058

Please sign in to comment.