diff --git a/ChangeLog.md b/ChangeLog.md index 492f0b8..6daac29 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,3 +3,12 @@ ## 1.0.0 -- 2019-09-27 + Initial release pulled from https://github.com/input-output-hk/cardano-wallet + +## 1.0.1 -- 2020-02-13 + ++ Improved module documentation, adding basic examples to help beginner users + quickly get up to speed. ++ Exposed functions `dataPartFromWords` and `dataPartToWords` within public + interface. ++ Exposed the `Word5` type within the public interface. ++ Exposed the `CharPosition` type within the public interface. diff --git a/bech32.cabal b/bech32.cabal index 58f82e1..291615e 100644 --- a/bech32.cabal +++ b/bech32.cabal @@ -1,10 +1,10 @@ name: bech32 -version: 1.0.0 +version: 1.0.1 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. author: IOHK Engineering Team -maintainer: operations@iohk.io, erikd@mega-nerd.com +maintainer: operations@iohk.io, erikd@mega-nerd.com, jonathan.knowles@iohk.io copyright: 2017 Marko Bencun, 2019-2020 IOHK license: Apache-2.0 license-file: LICENSE