diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bb980..a42c877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ ## Upcoming +## 0.2.2.0 -- 2023-06-26 + * Adds `co-log` example. * Switch to Ormolu formatting and a `Makefile` to manage local development. +* Remove Arrow terminology from haddocks. * Adds missing `Star` and `Kleisli` instances. -* Adds `Divisible` and `Decidable` `Monoidal` instances. +* Adds `Unital` and `Monoidal` instances for `Divisible` and `Decidable`. ## 0.2.1.0 -- 2023-01-29 diff --git a/monoidal-functors.cabal b/monoidal-functors.cabal index 4996a4d..51ccdec 100644 --- a/monoidal-functors.cabal +++ b/monoidal-functors.cabal @@ -1,7 +1,7 @@ -cabal-version: 3.4 +cabal-version: 2.4 name: monoidal-functors category: Control, Categories -version: 0.2.1.0 +version: 0.2.2.0 license: MIT license-file: LICENSE author: Solomon Bothwell & Asad Saeeduddin