Skip to content

Commit 5701dba

Browse files
chore(main): release 1.1.1 (#22)
🤖 I have created a release *beep* *boop* --- ## [1.1.1](1.1.0...1.1.1) (2024-03-01) ### Bug Fixes * **deps:** Bump jsonpickle to fix CVE-2020-22083 ([#23](#23)) ([3487311](3487311)) * Raise minimum urllib3 package to 1.26.0 ([#26](#26)) ([ca5408d](ca5408d)), closes [#25](#25) ### Documentation * Add status badge ([#19](#19)) ([777330b](777330b)) * Fix GH pages rendering of published docs ([#21](#21)) ([0a7ae7a](0a7ae7a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca5408d commit 5701dba

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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).
44

5+
## [1.1.1](https://github.com/launchdarkly/python-eventsource/compare/1.1.0...1.1.1) (2024-03-01)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
* Raise minimum urllib3 package to 1.26.0 ([#26](https://github.com/launchdarkly/python-eventsource/issues/26)) ([ca5408d](https://github.com/launchdarkly/python-eventsource/commit/ca5408dc822ec8e9b8ac6674c3e72f5b84954ac0)), closes [#25](https://github.com/launchdarkly/python-eventsource/issues/25)
12+
13+
14+
### Documentation
15+
16+
* Add status badge ([#19](https://github.com/launchdarkly/python-eventsource/issues/19)) ([777330b](https://github.com/launchdarkly/python-eventsource/commit/777330b303641bbe3983d2599ceb82a098d2ab98))
17+
* 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))
18+
519
## [1.1.0](https://github.com/launchdarkly/python-eventsource/compare/1.0.1...1.1.0) (2023-11-16)
620

721

ld_eventsource/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.1.0" # x-release-please-version
1+
VERSION = "1.1.1" # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "launchdarkly-eventsource"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "LaunchDarkly SSE Client"
55
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)