diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc0f89..1731714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/launchdarkly/openfeature-python-server/compare/0.2.1...0.2.2) (2024-09-20) + + +### Bug Fixes + +* Correct project documentation link ([#19](https://github.com/launchdarkly/openfeature-python-server/issues/19)) ([bcc2573](https://github.com/launchdarkly/openfeature-python-server/commit/bcc25731069146db6931223751c8dfa74e5ac1c0)) + ## [0.2.1](https://github.com/launchdarkly/openfeature-python-server/compare/0.2.0...0.2.1) (2024-07-15) diff --git a/docs/conf.py b/docs/conf.py index 656c8a6..1f55e36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,9 +30,9 @@ author = u'LaunchDarkly' # The short X.Y version. -version = '0.2.1' # x-release-please-version +version = '0.2.2' # x-release-please-version # The full version, including alpha/beta/rc tags. -release = '0.2.1' # x-release-please-version +release = '0.2.2' # x-release-please-version # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e7f2676..e07b149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-openfeature-server" -version = "0.2.1" +version = "0.2.2" description = "An OpenFeature provider for the LaunchDarkly Python server SDK" authors = ["LaunchDarkly "] license = "Apache-2.0"