diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d1972..8feafd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.11.0] - 2025-02-07 + +- removes reference to protobuf internal class [#113] +- adds semver, regex, number comparison operator support [#112] +- adds more string operator support [#111] + ## [0.10.10] - 2024-09-18 - add separate configuration for the streaming (SSE) config subsystem [#108] diff --git a/pyproject.toml b/pyproject.toml index b947cff..ca2d2f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prefab-cloud-python" -version = "0.10.10" +version = "0.11.0" 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 "]