Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#22)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Mar 1, 2024
1 parent ca5408d commit 5701dba
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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) (2024-03-01)


### 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))
* 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)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion ld_eventsource/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.1.0" # x-release-please-version
VERSION = "1.1.1" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "launchdarkly-eventsource"
version = "1.1.0"
version = "1.1.1"
description = "LaunchDarkly SSE Client"
authors = ["LaunchDarkly <dev@launchdarkly.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 5701dba

Please sign in to comment.