From 0c726590dcd7749f8d29ae1eac3e1410c2ba81fd Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 13 Nov 2023 20:05:50 -0500 Subject: [PATCH] cborg-json: Release 0.2.6.0 --- cborg-json/ChangeLog.md | 2 ++ cborg-json/cborg-json.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.