From 1c52d3b2613e6f48bec535f62a1f46ba8d4c9abe Mon Sep 17 00:00:00 2001 From: kwasniew Date: Wed, 5 Feb 2025 14:36:36 +0100 Subject: [PATCH 1/3] docs: update change with v6 changes and client identification headers --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f75b98..a0e93f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -# v5.12.3 +## v6.1.0 +* (Minor) standardised client identification headers + +## v6.0.1 +* (Minor) Use PyPi Publish Github actions +* (Bugfix) Fix permissions for doc publishing +* (Bugfix) custom context properties are respected during evaluation + +## v6.0.0 +* (Major) swap core for yggdrasil +* (Documentation) v6 migration guide +* (Bugfix) handle cases where the response from upstream is a bad + +## v5.12.3 * (Bugfix) Current time context field will automatically populate with UTC aware time ([#324](https://github.com/Unleash/unleash-client-python/pull/324)). Thanks @jacob-indigo! ## v5.12.2 From 012fb9a438a0fbb26270f2069450cc68881e0d2b Mon Sep 17 00:00:00 2001 From: kwasniew Date: Wed, 5 Feb 2025 14:37:15 +0100 Subject: [PATCH 2/3] docs: update change with v6 changes and client identification headers --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e93f86..23d9bd31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ## v6.0.0 * (Major) swap core for yggdrasil * (Documentation) v6 migration guide -* (Bugfix) handle cases where the response from upstream is a bad +* (Bugfix) handle cases where the response from upstream is a bad ## v5.12.3 * (Bugfix) Current time context field will automatically populate with UTC aware time ([#324](https://github.com/Unleash/unleash-client-python/pull/324)). Thanks @jacob-indigo! From 80eb45a9bfff7cd4773e81c0af48fdbd259b613c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:38:00 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d9bd31..ee8e2da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ * (Bugfix) custom context properties are respected during evaluation ## v6.0.0 -* (Major) swap core for yggdrasil -* (Documentation) v6 migration guide +* (Major) swap core for yggdrasil +* (Documentation) v6 migration guide * (Bugfix) handle cases where the response from upstream is a bad ## v5.12.3