diff --git a/Changelog.md b/Changelog.md index ec56f513..a3c39a09 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog for `proto-lens` -## Pending +## v0.6.0.0 ### Breaking Changes - Bump lower bounds to base-4.10 (ghc-8.2). @@ -9,7 +9,7 @@ package. ### Backwards-Compatible Changes -- Bump upper bound to allo profunctors-5.5. +- Bump upper bound to allow profunctors-5.5. - Support dependencies on base-4.13 (ghc-8.8) and lens-family-2.0. ## v0.5.1.0 diff --git a/package.yaml b/package.yaml index 49654493..32c43ebe 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: proto-lens -version: "0.5.1.0" +version: "0.6.0.0" synopsis: A lens-based implementation of protocol buffers in Haskell. description: > The proto-lens library provides an API for protocol buffers using modern