diff --git a/CHANGELOG.md b/CHANGELOG.md index fb052a2..4dc2687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,19 @@ `co-log-polysemy` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.0.1.6 - January 5, 2025 + +### What's Changed +* Support ghc-9.12 + +**Full Changelog**: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.5...v0.0.1.6 + ## 0.0.1.5 - Jun 8, 2024 ### What's Changed * GA(deps): Bump actions/cache from 3 to 4 by @dependabot in https://github.com/co-log/co-log-polysemy/pull/23 * Support ghc-9.10. by @alaendle in https://github.com/co-log/co-log-polysemy/pull/24 - **Full Changelog**: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.4...v0.0.1.5 ## 0.0.1.4 — Oct 20, 2023 @@ -32,6 +38,7 @@ The changelog is available [on GitHub][2]. * @alaendle made their first contribution in [#14](https://github.com/co-log/co-log-polysemy/pull/14) **Full Changelog**: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.3...v0.0.1.4 + ## 0.0.1.3 — Nov 2, 2021 * [#223](https://github.com/co-log/co-log/pulls/223): diff --git a/co-log-polysemy.cabal b/co-log-polysemy.cabal index ea5465e..d59a10d 100644 --- a/co-log-polysemy.cabal +++ b/co-log-polysemy.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: co-log-polysemy -version: 0.0.1.5 +version: 0.0.1.6 synopsis: Composable Contravariant Comonadic Logging Library description: Implementation of the [co-log](http://hackage.haskell.org/package/co-log-core) @@ -95,7 +95,7 @@ library import: common-options hs-source-dirs: src exposed-modules: Colog.Polysemy - Colog.Polysemy.Effect + Colog.Polysemy.Effect build-depends: co-log-core ^>= 0.3.0.0 , polysemy >= 1.2.0.0 && < 1.10