diff --git a/CHANGELOG.md b/CHANGELOG.md index 8feafd8..22f8fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.11.1] - 2025-02-20 + +- adds http conditional fetch logic to configuration polling to lower bandwidth requirements [#116] + ## [0.11.0] - 2025-02-07 - removes reference to protobuf internal class [#113] diff --git a/pyproject.toml b/pyproject.toml index ca2d2f5..af03b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prefab-cloud-python" -version = "0.11.0" +version = "0.11.1" 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 "]