diff --git a/autodocodec-servant-multipart/autodocodec-servant-multipart.cabal b/autodocodec-servant-multipart/autodocodec-servant-multipart.cabal index f6d505e..837a595 100644 --- a/autodocodec-servant-multipart/autodocodec-servant-multipart.cabal +++ b/autodocodec-servant-multipart/autodocodec-servant-multipart.cabal @@ -32,7 +32,7 @@ library src build-depends: aeson - , autodocodec + , autodocodec >=0.2.0.1 , base >=4.7 && <5 , bytestring , servant-multipart diff --git a/autodocodec-servant-multipart/package.yaml b/autodocodec-servant-multipart/package.yaml index d8daecf..3760247 100644 --- a/autodocodec-servant-multipart/package.yaml +++ b/autodocodec-servant-multipart/package.yaml @@ -18,7 +18,7 @@ library: source-dirs: src dependencies: - aeson - - autodocodec + - autodocodec >=0.2.0.1 - bytestring - servant-multipart - servant-multipart-api diff --git a/autodocodec/CHANGELOG.md b/autodocodec/CHANGELOG.md index ff31e18..c02f450 100644 --- a/autodocodec/CHANGELOG.md +++ b/autodocodec/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.0.1] - 2022-10-06 + +### Added + +* The `HasObjectCodec` type class + ## [0.2.0.0] - 2022-07-21 ### Added diff --git a/autodocodec/autodocodec.cabal b/autodocodec/autodocodec.cabal index 4f167ee..a8f206d 100644 --- a/autodocodec/autodocodec.cabal +++ b/autodocodec/autodocodec.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: autodocodec -version: 0.2.0.0 +version: 0.2.0.1 synopsis: Self-documenting encoder and decoder homepage: https://github.com/NorfairKing/autodocodec#readme bug-reports: https://github.com/NorfairKing/autodocodec/issues diff --git a/autodocodec/package.yaml b/autodocodec/package.yaml index c56ea8e..2839c34 100644 --- a/autodocodec/package.yaml +++ b/autodocodec/package.yaml @@ -1,5 +1,5 @@ name: autodocodec -version: 0.2.0.0 +version: 0.2.0.1 github: "NorfairKing/autodocodec" license: MIT author: "Tom Sydney Kerckhove"