diff --git a/ChangeLog.md b/ChangeLog.md index c2524ebb17..2cad7cbdbf 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,20 +1,6 @@ # Changelog -## Unreleased changes - -Release notes: - -**Changes since v2.9.2.1:** - -Major changes: - -Behavior changes: - -Other enhancements: - -Bug fixes: - -## v2.9.2.1 (release candidate) +## v2.9.3 - 2022-12-16 **Changes since v2.9.1:** diff --git a/package.yaml b/package.yaml index d07d6bbbd0..5ef569c37f 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: stack -version: '2.9.2.2' +version: '2.9.3' synopsis: The Haskell Tool Stack description: | Please see the documentation at diff --git a/stack.cabal b/stack.cabal index 1fde56e57d..a3e884227e 100644 --- a/stack.cabal +++ b/stack.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: stack -version: 2.9.2.2 +version: 2.9.3 synopsis: The Haskell Tool Stack description: Please see the documentation at for usage information.