diff --git a/ChangeLog.md b/ChangeLog.md index 7e70a6d0d3..9d4c930969 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,20 +1,6 @@ # Changelog -## Unreleased changes - -Release notes: - -**Changes since v3.3.0.1:** - -Major changes: - -Behavior changes: - -Other enhancements: - -Bug fixes: - -## v3.3.0.1 (release candidate) - 2024-12-13 +## v3.3.1 - 2024-12-28 **Changes since v3.1.1:** diff --git a/cabal.config b/cabal.config index 919591a211..209bb81298 100644 --- a/cabal.config +++ b/cabal.config @@ -169,7 +169,7 @@ constraints: , socks ==0.6.1 , split ==0.2.5 , splitmix ==0.1.0.5 - , stack ==3.3.0.2 + , stack ==3.3.1 , static-bytes ==0.1.1 , stm ==2.5.3.1 , stm-chans ==3.0.0.9 diff --git a/package.yaml b/package.yaml index db83db8580..287751122c 100644 --- a/package.yaml +++ b/package.yaml @@ -2,7 +2,7 @@ spec-version: 0.35.0 name: stack -version: '3.3.0.2' +version: '3.3.1' synopsis: The Haskell Tool Stack description: | Please see the documentation at diff --git a/stack.cabal b/stack.cabal index 4cf516662b..7896a68946 100644 --- a/stack.cabal +++ b/stack.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: stack -version: 3.3.0.2 +version: 3.3.1 synopsis: The Haskell Tool Stack description: Please see the documentation at for usage information.