diff --git a/ChangeLog.md b/ChangeLog.md index cf2c487..e3e1dad 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # ChangeLog +## 0.7.20 + +* Fixes build of test with `vector-0.13.2.0`. See [#181][]. + +[#181]: https://github.com/mgsloan/store/issues/181 + ## 0.7.19 * Adds support for `vector-0.13.2.0`. See [#179][]. diff --git a/package.yaml b/package.yaml index cbeb4d4..5761e00 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: store -version: "0.7.19" +version: "0.7.20" synopsis: Fast binary serialization maintainer: Michael Sloan license: MIT diff --git a/store.cabal b/store.cabal index 6775481..fde71a7 100644 --- a/store.cabal +++ b/store.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: store -version: 0.7.19 +version: 0.7.20 synopsis: Fast binary serialization category: Serialization, Data homepage: https://github.com/mgsloan/store#readme