From 1868b59fbc788d7dec573ff7a60d344d7c901007 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 15:59:14 +0000 Subject: [PATCH] chore(main): release 1.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ ld_eventsource/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f6a9e15..b7298f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.2" + ".": "1.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fed4cf..3f46e59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2.3](https://github.com/launchdarkly/python-eventsource/compare/1.2.2...1.2.3) (2025-05-29) + + +### Bug Fixes + +* Replace deprecated ssl.wrap_socket usage ([#42](https://github.com/launchdarkly/python-eventsource/issues/42)) ([34510b6](https://github.com/launchdarkly/python-eventsource/commit/34510b697d05fd037cb00a49ad9c5da1d62bfb45)) + ## [1.2.2](https://github.com/launchdarkly/python-eventsource/compare/1.2.1...1.2.2) (2025-02-28) diff --git a/ld_eventsource/version.py b/ld_eventsource/version.py index 366f91c..8bf9483 100644 --- a/ld_eventsource/version.py +++ b/ld_eventsource/version.py @@ -1 +1 @@ -VERSION = "1.2.2" # x-release-please-version +VERSION = "1.2.3" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 23561d4..ba5cbd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-eventsource" -version = "1.2.2" +version = "1.2.3" description = "LaunchDarkly SSE Client" authors = ["LaunchDarkly "] license = "Apache-2.0"