From 633e676eb3f60fb608279d9d2f3ab2781c71555e Mon Sep 17 00:00:00 2001 From: Matthew Long Date: Tue, 19 Aug 2025 16:44:04 +0100 Subject: [PATCH] docs: updating changelog to also include other changes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d52726..376fef55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,11 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) - Redis Database version support on create. Specify a version on create to create a DB of that version. - Database upgrade path. If you specify a different version to something already specified, the provider will upgrade your database to the new version. Will fail on downgrade. +- Redis AA Database version support on create. No upgrade path yet - if you change your `redis_version` it will force a new resource. +- Updated data sources for pro and active active databases to also support `redis_version`. ### Changed - Updating multiple dependencies. - -### Removed - Deprecate subscription version support. If you use `redis_version` on your pro subscription a warning will come up. This will be removed entirely on a major update. # 2.2.0 (1st August 2025)