Skip to content

Commit 43c0ad7

Browse files
authored
Bump version to 0.11.2 (#119)
1 parent edf5fca commit 43c0ad7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [0.11.2] - 2025-02-24
4+
5+
- Updates ConfigValueType's union to include dict to better support json values [#117]
6+
37
## [0.11.1] - 2025-02-20
48

59
- adds http conditional fetch logic to configuration polling to lower bandwidth requirements [#116]

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.11.1"
3+
version = "0.11.2"
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)