From 5a00dd0a16176df2a7b8bfb0268c802c3b233599 Mon Sep 17 00:00:00 2001 From: Karel Cemus Date: Fri, 12 Apr 2024 00:42:20 +0200 Subject: [PATCH] Updated changelog (#299) --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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)