From ae076ab39f54930d92e780493369e6735335f645 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:14:34 +0100 Subject: [PATCH] chore(main): release 3.8.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bbc3aa2a..957a3b71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.8.0" + ".": "3.8.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6efd121e..74d5f779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## [3.8.1](https://github.com/Flagsmith/flagsmith-common/compare/v3.8.0...v3.8.1) (2026-04-20) + + +### Dependency Updates + +* update codecov/codecov-action action to v6 ([#205](https://github.com/Flagsmith/flagsmith-common/issues/205)) ([cf2643f](https://github.com/Flagsmith/flagsmith-common/commit/cf2643f4d25707e3768c1b71745cb661b551f226)) +* update dependency pytest to v9 [security] ([#200](https://github.com/Flagsmith/flagsmith-common/issues/200)) ([5efe151](https://github.com/Flagsmith/flagsmith-common/commit/5efe1513b1263c92e663590d8eaacf984619716c)) +* update postgres docker tag to v15.17 ([#176](https://github.com/Flagsmith/flagsmith-common/issues/176)) ([fce8370](https://github.com/Flagsmith/flagsmith-common/commit/fce83701c73edec117360ed8eb3be4335c60c06c)) + + +### Bug Fixes + +* **OTel:** Сatalogue event names don't match OTel's normalised form ([5c948bb](https://github.com/Flagsmith/flagsmith-common/commit/5c948bbe5602470fc2271ea48dc634e9c54d926e)) + ## [3.8.0](https://github.com/Flagsmith/flagsmith-common/compare/v3.7.0...v3.8.0) (2026-04-20) diff --git a/pyproject.toml b/pyproject.toml index 29e30e06..203d0045 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "flagsmith-common" -version = "3.8.0" +version = "3.8.1" description = "Flagsmith's common library" requires-python = ">=3.11,<4.0" dependencies = [] diff --git a/uv.lock b/uv.lock index 011509e6..5c07061d 100644 --- a/uv.lock +++ b/uv.lock @@ -449,7 +449,7 @@ wheels = [ [[package]] name = "flagsmith-common" -version = "3.8.0" +version = "3.8.1" source = { editable = "." } [package.optional-dependencies]