From 92ec6d224b1c748c59ba52104db371cce0cfd612 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 15 May 2024 11:26:58 -0400 Subject: [PATCH] chore: update changelog for release (#3085) * chore: update changelog for release Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> * chore: rm already fixed issue in changelog Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --------- Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cb58397e..d7d4cfe307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.42.0](https://github.com/flipt-io/flipt/releases/tag/v1.42.0) - 2024-05-15 + +### Added + +- logout redirect to cloud issuer (#3082) +- add banner about cloud offering (#3077) +- Cloud support (#2998) + +### Changed + +- `integration`: add failing case for rules with no distributions (#3078) + +### Fixed + +- nightly and snapshot builds (mage) (#3084) +- `migrations`: change the order of queries for mysql (#3039) + ## [v1.41.2](https://github.com/flipt-io/flipt/releases/tag/v1.41.2) - 2024-05-14 ### Fixed