Skip to content

Commit

Permalink
Updated changelog (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus authored Apr 11, 2024
1 parent 8d0a2c4 commit 5a00dd0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5a00dd0

Please sign in to comment.