Skip to content

Commit 733c555

Browse files
authored
update version and changelog (#114)
1 parent 1124927 commit 733c555

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.11.0] - 2025-02-07
4+
5+
- removes reference to protobuf internal class [#113]
6+
- adds semver, regex, number comparison operator support [#112]
7+
- adds more string operator support [#111]
8+
39
## [0.10.10] - 2024-09-18
410

511
- add separate configuration for the streaming (SSE) config subsystem [#108]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prefab-cloud-python"
3-
version = "0.10.10"
3+
version = "0.11.0"
44
description = "Python client for Prefab Feature Flags, Dynamic log levels, and Config as a Service: https://www.prefab.cloud"
55
license = "MIT"
66
authors = ["Michael Berkowitz <michael.berkowitz@gmail.com>", "James Kebinger <james.kebinger@prefab.cloud>"]

0 commit comments

Comments
 (0)