diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f22fc4e..c15877b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/launchdarkly/openfeature-python-server/compare/0.4.1...0.4.2) (2025-07-08) + + +### Bug Fixes + +* Fixed failing publish process ([#30](https://github.com/launchdarkly/openfeature-python-server/issues/30)) ([1c50d59](https://github.com/launchdarkly/openfeature-python-server/commit/1c50d594ff08aa962ab988759b33b162a83dd127)) + ## [0.4.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.4.0...0.4.1) (2025-07-07) diff --git a/docs/conf.py b/docs/conf.py index 63477f9..f0c3012 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,9 +30,9 @@ author = u'LaunchDarkly' # The short X.Y version. -version = '0.4.1' # x-release-please-version +version = '0.4.2' # x-release-please-version # The full version, including alpha/beta/rc tags. -release = '0.4.1' # x-release-please-version +release = '0.4.2' # x-release-please-version # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index accf56a..7757262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-openfeature-server" -version = "0.4.1" +version = "0.4.2" description = "An OpenFeature provider for the LaunchDarkly Python server SDK" authors = ["LaunchDarkly "] license = "Apache-2.0"