From 9e76e0b37f0920f0e594ef2f0e4df3a4383c628e Mon Sep 17 00:00:00 2001 From: James Kebinger Date: Fri, 7 Feb 2025 15:17:22 -0600 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 "]