From fd59b809c0db9010aaa05667e164985d8f9f996e Mon Sep 17 00:00:00 2001 From: Simon Hornby Date: Fri, 15 Nov 2024 09:39:39 +0200 Subject: [PATCH] chore: update changelog (#327) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab95612d..64f75b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 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 +* (Patch) Metrics are extended with richer metadata about runtime + +## v5.12.1 +* (Bugfix) Packaged wheel no longer includes tests + ## v5.12.0 * (Minor) Switch back to mmh3 for Python 3.12 support.