diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2cd2a..6c0a4c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ `co-log-core` uses [PVP Versioning][1]. The change log is available [on GitHub][2]. +## 0.3.2.2 — May 21, 2024 + +## What's Changed +* GA(deps): Bump actions/cache from 3 to 4 by @dependabot in https://github.com/co-log/co-log-core/pull/40 +* Support ghc-9.10. by @alaendle in https://github.com/co-log/co-log-core/pull/41 + + +**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.1...v0.3.2.2 + ## 0.3.2.1 — Oct 20, 2023 ## What's Changed @@ -17,6 +26,7 @@ The change log is available [on GitHub][2]. * @Vekhir made their first contribution in https://github.com/co-log/co-log-core/pull/36 **Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.0...v0.3.2.1 + ## 0.3.2.0 — Nov 2, 2022 - [#25](https://github.com/co-log/co-log-core/issues/25): diff --git a/co-log-core.cabal b/co-log-core.cabal index 35d9e2c..34c02fe 100644 --- a/co-log-core.cabal +++ b/co-log-core.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: co-log-core -version: 0.3.2.1 +version: 0.3.2.2 synopsis: Composable Contravariant Comonadic Logging Library description: This package provides core types and functions to work with the @LogAction@ data type which is both simple and powerful.