diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c6edb6..a88029b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.3.0.4 + +- Allowed GHC 9.10 +- Updated some version bounds + # 1.3.0.3 - Relaxed some version bounds diff --git a/monad-bayes.cabal b/monad-bayes.cabal index 42b8dce5..c88411c5 100644 --- a/monad-bayes.cabal +++ b/monad-bayes.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: monad-bayes -version: 1.3.0.3 +version: 1.3.0.4 license: MIT license-file: LICENSE.md copyright: 2015-2020 Adam Scibior