From 1dc35d9096b94104ea53abe76101ab2ffff921fe Mon Sep 17 00:00:00 2001 From: James Kebinger Date: Mon, 14 Apr 2025 10:00:23 -0500 Subject: [PATCH] bump version to 0.12.0 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6905eb9..c05f8d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.12.0] - 2025-04-14 + +- Add special case handling for context `prefab.current-time` to return the current time (UTC) to round out new operator support [#124] + ## [0.11.4] - 2025-03-14 - Make ConfigValue work as a value in the Context Dictionary. Declare a new type `ContextDictOrContext` to better cover the type possibilities of the context argument [#122] diff --git a/pyproject.toml b/pyproject.toml index 2fa34e0..2cab111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prefab-cloud-python" -version = "0.11.4" +version = "0.12.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 "]