From e995ac9c865da93bc4b0614cbb524250d1fa662d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:55:19 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ ld_eventsource/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca23ef5..4270b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to the LaunchDarkly SSE Client for Python will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.1.1](https://github.com/launchdarkly/python-eventsource/compare/1.1.0...1.1.1) (2023-12-14) + + +### Bug Fixes + +* **deps:** Bump jsonpickle to fix CVE-2020-22083 ([#23](https://github.com/launchdarkly/python-eventsource/issues/23)) ([3487311](https://github.com/launchdarkly/python-eventsource/commit/3487311a768cb557d39d8aa2dc57b569d9a55b0c)) + + +### Documentation + +* Add status badge ([#19](https://github.com/launchdarkly/python-eventsource/issues/19)) ([777330b](https://github.com/launchdarkly/python-eventsource/commit/777330b303641bbe3983d2599ceb82a098d2ab98)) +* Fix GH pages rendering of published docs ([#21](https://github.com/launchdarkly/python-eventsource/issues/21)) ([0a7ae7a](https://github.com/launchdarkly/python-eventsource/commit/0a7ae7ab967f1bbc374f572f799c4347703ac1c8)) + ## [1.1.0](https://github.com/launchdarkly/python-eventsource/compare/1.0.1...1.1.0) (2023-11-16) diff --git a/ld_eventsource/version.py b/ld_eventsource/version.py index daa10f9..7307a2e 100644 --- a/ld_eventsource/version.py +++ b/ld_eventsource/version.py @@ -1 +1 @@ -VERSION = "1.1.0" # x-release-please-version +VERSION = "1.1.1" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 4a4ab91..b66bcb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-eventsource" -version = "1.1.0" +version = "1.1.1" description = "LaunchDarkly SSE Client" authors = ["LaunchDarkly "] license = "Apache-2.0"