diff --git a/CHANGELOG.md b/CHANGELOG.md index 042f41c..1a40b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +0.9.2 +------------------------------------------------ + +* Supported GHC 9.10 ([#40](https://github.com/fumieval/extensible/pull/40) by [@miguel-negrao](https://github.com/miguel-negrao)) + +0.9.1 +------------------------------------------------ + +* Supported GHCs up to 9.8 ([#38](https://github.com/fumieval/extensible/pull/38) by [@kgtkr](https://github.com/kgtkr)) +* Exported `Assoc`, `(>:)`, and `Lookup` from `Data.Extensible.Effect` +* Added `coinclusionAssoc`, `wrenchAssoc`, and `retrenchAssoc` ([#36](https://github.com/fumieval/extensible/pull/36) by [@At-sushi](https://github.com/At-sushi)) + 0.9 ------------------------------------------------ diff --git a/extensible.cabal b/extensible.cabal index 24209d4..f22b776 100644 --- a/extensible.cabal +++ b/extensible.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: extensible -version: 0.9 +version: 0.9.2 synopsis: Extensible, efficient, optics-friendly data types and effects homepage: https://github.com/fumieval/extensible bug-reports: http://github.com/fumieval/extensible/issues