diff --git a/cborg-json/ChangeLog.md b/cborg-json/ChangeLog.md index 50efc2a..3e4ca5b 100644 --- a/cborg-json/ChangeLog.md +++ b/cborg-json/ChangeLog.md @@ -4,6 +4,8 @@ * Use `Base62Url` encoding for bytes +* Support GHC 9.8 + ## 0.2.5.0 -- 2022-09-24 * Support GHC 9.4 diff --git a/cborg-json/cborg-json.cabal b/cborg-json/cborg-json.cabal index 2bbbf12..1356dda 100644 --- a/cborg-json/cborg-json.cabal +++ b/cborg-json/cborg-json.cabal @@ -1,5 +1,5 @@ name: cborg-json -version: 0.2.5.0 +version: 0.2.6.0 synopsis: A library for encoding JSON as CBOR description: This package implements the bijection between JSON and CBOR defined in the CBOR specification, RFC 7049.