Skip to content

Commit 3d23058

Browse files
committed
Bump version to 2.3.2.8 and update CHANGELOG
1 parent 8a512c1 commit 3d23058

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.3.2.8] - 2018-10-14
4+
5+
### Changed
6+
7+
- Bump upper bound for `template-haskell` to 2.14.
8+
9+
## [2.3.2.7] - 2018-09-11
10+
11+
### Changed
12+
13+
- Bump upper bound for `QuickCheck` to 2.13.
14+
315
## [2.3.2.6] - 2018-07-03
416

517
### Changed
@@ -34,7 +46,7 @@
3446

3547
### Changed
3648

37-
- Bump upper bound for `QuickTest` to 2.12.
49+
- Bump upper bound for `QuickCheck` to 2.12.
3850

3951
## [2.3.2] - 2017-11-06
4052

email-validate.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: email-validate
2-
version: 2.3.2.7
2+
version: 2.3.2.8
33
license: BSD3
44
license-file: LICENSE
55
author: George Pollard <[email protected]>
@@ -19,7 +19,7 @@ source-repository head
1919
source-repository this
2020
type: git
2121
location: git://github.com/Porges/email-validate-hs.git
22-
tag: v2.3.2.7
22+
tag: v2.3.2.8
2323

2424
library
2525
build-depends:

0 commit comments

Comments
 (0)