Skip to content

Commit dc5695b

Browse files
committed
Update for 2.3.2.18
1 parent 68bdca6 commit dc5695b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.3.2.18] - 2022-11-24
4+
5+
### Changed
6+
7+
- Bump upper bound to allow `hspec` 2.10 ([#63](https://github.com/Porges/email-validate-hs/pull/63) thanks to [@felixonmars](https://github.com/felixonmars)).
8+
9+
310
## [2.3.2.17] - 2022-11-24
411

512
### Changed

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.17
2+
version: 2.3.2.18
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.17
22+
tag: v2.3.2.18
2323

2424
library
2525
build-depends:

0 commit comments

Comments
 (0)