diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f8fce..20f6226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.11.2] - 2025-02-24 + +- Updates ConfigValueType's union to include dict to better support json values [#117] + ## [0.11.1] - 2025-02-20 - adds http conditional fetch logic to configuration polling to lower bandwidth requirements [#116] diff --git a/pyproject.toml b/pyproject.toml index af03b6e..98265ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prefab-cloud-python" -version = "0.11.1" +version = "0.11.2" description = "Python client for Prefab Feature Flags, Dynamic log levels, and Config as a Service: https://www.prefab.cloud" license = "MIT" authors = ["Michael Berkowitz ", "James Kebinger "]