diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ac95f..6576fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +1.5.0 + - Support GHC 9.4 + 1.4.1 - Support ShortByteString and ShortText diff --git a/proto3-wire.cabal b/proto3-wire.cabal index 14ec87f..83d7e89 100644 --- a/proto3-wire.cabal +++ b/proto3-wire.cabal @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: proto3-wire -version: 1.4.1 +version: 1.5.0 synopsis: A low-level implementation of the Protocol Buffers (version 3) wire format license: Apache-2.0 license-file: LICENSE