From 97036d7f18c45197883f830525789201dfcc8524 Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Mon, 12 Aug 2024 18:39:37 +0100 Subject: [PATCH] chore: reset changelog to 3.7.0 (#105) * chore: reset changelog to 3.7.0 * roll back manifest too --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa4291e..2e30867 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.8.0" + ".": "3.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e055e4..fd90f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,5 @@ # Changelog - - -## [3.8.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v3.7.0...v3.8.0) (2024-08-12) - -### Features - -- Support transient identities and traits ([#93](https://github.com/Flagsmith/flagsmith-python-client/issues/93)) - ([0a11db5](https://github.com/Flagsmith/flagsmith-python-client/commit/0a11db5a1010c177856716e6b90292651fa5889b)) - -### Bug Fixes - -- Offline handler not used as fallback for local evaluation mode during init - ([#100](https://github.com/Flagsmith/flagsmith-python-client/issues/100)) - ([6f6d595](https://github.com/Flagsmith/flagsmith-python-client/commit/6f6d5950bc3a6befd953dc1a24ef497a4a018c7b)) - ## [v3.7.0](https://github.com/Flagsmith/flagsmith-python-client/releases/tag/v3.7.0) - 17 Jul 2024 ### What's Changed