From 553e51a3af349cbabeb041b6285649285c0a7908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Wed, 13 Nov 2024 12:31:55 +0100 Subject: [PATCH] Bump version to 1.3.0.4 (#362) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Manuel Bärenz --- CHANGELOG.md | 5 +++++ monad-bayes.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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