diff --git a/bech32/ChangeLog.md b/bech32/ChangeLog.md index bdb77a8..d77b1ee 100644 --- a/bech32/ChangeLog.md +++ b/bech32/ChangeLog.md @@ -1,6 +1,12 @@ # Changelog +## [1.1.3] - 2023-06-06 + +### Fixed + +- Specify supported version bounds for `optparse-applicative`. + ## [1.1.2] - 2021-11-05 ### Fixed diff --git a/bech32/bech32.cabal b/bech32/bech32.cabal index b088d28..15bac45 100644 --- a/bech32/bech32.cabal +++ b/bech32/bech32.cabal @@ -1,5 +1,5 @@ name: bech32 -version: 1.1.2 +version: 1.1.3 synopsis: Implementation of the Bech32 cryptocurrency address format (BIP 0173). description: Implementation of the Bech32 cryptocurrency address format documented in the BIP (Bitcoin Improvement Proposal) 0173.