diff --git a/CHANGELOG.md b/CHANGELOG.md index 96710586e..8462f2a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Also check this project's [releases](https://github.com/powerhome/redis-operator ## Unreleased +## [v4.1.0] - 2025-01-16 + +### Changed + +- [HAProxy: disconnect clients when node is demoted to replica](https://github.com/powerhome/redis-operator/pull/59) + ## [v4.0.0] - 2024-12-05 ### Changed diff --git a/Makefile b/Makefile index 4533b4d31..f2117dd41 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v4.0.0 +VERSION := v4.1.0 # Name of this service/application SERVICE_NAME := redis-operator