diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 949ce4c..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1731714..5d4c5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/launchdarkly/openfeature-python-server/compare/0.2.2...0.3.0) (2024-10-04) + + +### Features + +* Expose LDClient from provider ([#21](https://github.com/launchdarkly/openfeature-python-server/issues/21)) ([4d391c0](https://github.com/launchdarkly/openfeature-python-server/commit/4d391c0679c5c3264c70933df55d428c0b5d2319)) + ## [0.2.2](https://github.com/launchdarkly/openfeature-python-server/compare/0.2.1...0.2.2) (2024-09-20) diff --git a/docs/conf.py b/docs/conf.py index 1f55e36..202ec88 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,9 +30,9 @@ author = u'LaunchDarkly' # The short X.Y version. -version = '0.2.2' # x-release-please-version +version = '0.3.0' # x-release-please-version # The full version, including alpha/beta/rc tags. -release = '0.2.2' # x-release-please-version +release = '0.3.0' # x-release-please-version # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e07b149..a802031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-openfeature-server" -version = "0.2.2" +version = "0.3.0" description = "An OpenFeature provider for the LaunchDarkly Python server SDK" authors = ["LaunchDarkly "] license = "Apache-2.0"