From bb00b3b31b47d1c6f92733fb06c6cea998b544c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:16:06 +0000 Subject: [PATCH] chore(main): release 9.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ ldclient/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9695e0ec..32ebf8e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.1.0" + ".": "9.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8651c98d..c40babfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [9.1.1](https://github.com/launchdarkly/python-server-sdk/compare/9.1.0...9.1.1) (2024-01-02) + + +### Bug Fixes + +* Update missing version number change ([#238](https://github.com/launchdarkly/python-server-sdk/issues/238)) ([7efedc8](https://github.com/launchdarkly/python-server-sdk/commit/7efedc879d5b9d2b2decad8eb344cf39af80f993)) + ## [9.1.0](https://github.com/launchdarkly/python-server-sdk/compare/9.0.1...9.1.0) (2023-12-20) diff --git a/ldclient/version.py b/ldclient/version.py index ce654adb..7ce5bc18 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "9.1.0" # x-release-please-version +VERSION = "9.1.1" # x-release-please-version