From 1d03a99c59f4bcf6d46f039f5fa7c1e96fe1b57d Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Wed, 26 Jun 2024 13:11:41 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e7418..b310277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,17 @@ Notable changes to this project are documented in this file. The format is based Breaking changes: New features: -- Add `MonadST` instances for all monad transformers (#147 by @rhendric) -- Add `ComonadAsk`, `ComonadEnv`, and `ComonadTraced` instances for `StoreT`, `EnvT`, and `TracedT` (#145 by @skeate) Bugfixes: Other improvements: +## [v6.1.0](https://github.com/purescript/purescript-transformers/releases/tag/v6.1.0) - 2024-06-26 + +New features: +- Add `MonadST` instances for all monad transformers (#147 by @rhendric) +- Add `ComonadAsk`, `ComonadEnv`, and `ComonadTraced` instances for `StoreT`, `EnvT`, and `TracedT` (#145 by @skeate) + ## [v6.0.0](https://github.com/purescript/purescript-transformers/releases/tag/v6.0.0) - 2022-04-27 Breaking changes: