diff --git a/changelog.md b/changelog.md index 7bb017b..f9fdc10 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`stm` package](http://hackage.haskell.org/package/stm) +## 2.5.3.0 *November 2023* + + * Revert array-based reimplementation of `TBQueue` due to [#76](https://github.com/haskell/stm/issues/76) + ## 2.5.2.1 *September 2023* * Eliminate reliance on undefined CPP behavior ([#75](https://github.com/haskell/stm/issues/75)) diff --git a/stm.cabal b/stm.cabal index 3fa58f8..09e93f9 100644 --- a/stm.cabal +++ b/stm.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: stm -version: 2.5.2.1 +version: 2.5.3.0 -- don't forget to update changelog.md file! license: BSD3