diff --git a/ChangeLog.md b/ChangeLog.md index 1948d92..e74de3b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,10 @@ # Revision history for reflex-gadt-api -## Unreleased +## 0.2.2.2 * Make Readme part of the library +* Support GHC 9.10 +* Loosen version bounds ## 0.2.2.1-r1 diff --git a/reflex-gadt-api.cabal b/reflex-gadt-api.cabal index 7c7ba88..7e28b37 100644 --- a/reflex-gadt-api.cabal +++ b/reflex-gadt-api.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: reflex-gadt-api -version: 0.2.2.1 +version: 0.2.2.2 synopsis: Interact with a GADT API in your reflex-dom application. description: This package is designed to be used in full-stack Haskell applications where the API is defined as a GADT and the frontend is using reflex-dom.