From cb7259b7eae98dc0abd1d382b0065fb99c37484b Mon Sep 17 00:00:00 2001 From: James Kebinger Date: Thu, 20 Feb 2025 12:58:47 -0600 Subject: [PATCH] Update change log, toml file for new release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 "]