diff --git a/CHANGELOG.md b/CHANGELOG.md index 739a477b..bb1c2f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v0.8.0](https://github.com/tweag/linear-base/tree/v0.8.0) (2026-05-12) + +[Full Changelog](https://github.com/tweag/linear-base/compare/v0.7.0...v0.8.0) + +### Headline changes + +- Add MonadIO instances for StateT and ReaderT [\#506](https://github.com/tweag/linear-base/pull/506) ([dcastro](https://github.com/dcastro)) +- Coerce `System.IO` and `Linear.IO` into `RIO` [\#505](https://github.com/tweag/linear-base/pull/505) ([dcastro](https://github.com/dcastro)) + ## [v0.7.0](https://github.com/tweag/linear-base/tree/v0.7.0) (2026-02-27) [Full Changelog](https://github.com/tweag/linear-base/compare/v0.6.0...v0.7.0) diff --git a/linear-base.cabal b/linear-base.cabal index 43e3429f..ad305d6b 100644 --- a/linear-base.cabal +++ b/linear-base.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: linear-base -version: 0.7.0 +version: 0.8.0 license: MIT license-file: LICENSE copyright: (c) Tweag Holding and affiliates