Skip to content

Commit 2ffe5d3

Browse files
committed
chore(main): release 6.2.0
1 parent 71128a4 commit 2ffe5d3

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.1.0"
2+
".": "6.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [6.2.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.1.0...v6.2.0) (2026-08-07)
4+
5+
6+
### Features
7+
8+
* Surface engine evaluation reason on flags ([#236](https://github.com/Flagsmith/flagsmith-python-client/issues/236)) ([71128a4](https://github.com/Flagsmith/flagsmith-python-client/commit/71128a4c0d6af6ba5ca473fd69a0d321db56976b))
9+
10+
11+
### Bug Fixes
12+
13+
* Exposure events sent without a variant and duplicated within a flush interval ([#233](https://github.com/Flagsmith/flagsmith-python-client/issues/233)) ([2c5e20e](https://github.com/Flagsmith/flagsmith-python-client/commit/2c5e20e4c39d4f51563d3c6b473cca69d8ba23c3))
14+
315
## [6.1.0](https://github.com/Flagsmith/flagsmith-python-client/compare/v6.0.0...v6.1.0) (2026-07-14)
416

517
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flagsmith"
3-
version = "6.1.0"
3+
version = "6.2.0"
44
description = "Flagsmith Python SDK"
55
authors = ["Flagsmith <support@flagsmith.com>"]
66
license = "BSD3"

0 commit comments

Comments
 (0)