diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c38b0..e666b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ `stan` uses [PVP Versioning][1]. The change log is available [on GitHub][2]. +## 0.1.1.0 + +* Fix [bug #541](https://github.com/kowainik/stan/issues/541) + "`nodeInfo`" + ## 0.1.0.2 * Add prospective support for GHC 9.8 diff --git a/stan.cabal b/stan.cabal index 6a7bcad..bd25e52 100644 --- a/stan.cabal +++ b/stan.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: stan -version: 0.1.0.2 +version: 0.1.1.0 synopsis: Haskell STatic ANalyser description: Stan is a Haskell __ST__atic __AN__alysis CLI tool.