diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c251f..51b2187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,19 @@ ## Changelog -### [:link: 4.0.0](https://github.com/KarelCemus/play-redis/tree/4.0.0-M1) +### [:link: 4.1.0](https://github.com/KarelCemus/play-redis/tree/4.1.0) + +Provided support for MasterSlave configuration, which writes data to the master, +and reads from one of the slave nodes. [#295](https://github.com/KarelCemus/play-redis/pull/295) + +### [:link: 4.0.0](https://github.com/KarelCemus/play-redis/tree/4.0.0) Migration to Pekko and Play 3.0, thanks to @TomJKing for help in [#272](https://github.com/KarelCemus/play-redis/pull/272), finished in [#278](https://github.com/KarelCemus/play-redis/pull/278) Added support to Scala 3 in [#264](https://github.com/KarelCemus/play-redis/issues/264) -### [:link: 3.0.0](https://github.com/KarelCemus/play-redis/tree/3.0.0-M1) +### [:link: 3.0.0](https://github.com/KarelCemus/play-redis/tree/3.0.0) Updated to Play `2.9.0` and dropped `Scala 2.12` since it was discontinued from the Play framework. Minimal supported Java version is now `11`. [#265](https://github.com/KarelCemus/play-redis/pull/265)