From f8857fb0ec7d4b74406c3801a30dfd20a1c49c37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 18:41:20 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- .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 4c313f9..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cf946c0..9f2a2c6 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.5.0](https://github.com/launchdarkly/python-eventsource/compare/1.4.0...1.5.0) (2025-11-07) + + +### Features + +* Provide access to HTTP headers on success or error ([#53](https://github.com/launchdarkly/python-eventsource/issues/53)) ([b83f356](https://github.com/launchdarkly/python-eventsource/commit/b83f35676740f84577376fa5d2e8c11c84839699)) + ## [1.4.0](https://github.com/launchdarkly/python-eventsource/compare/1.3.0...1.4.0) (2025-11-03) diff --git a/ld_eventsource/version.py b/ld_eventsource/version.py index 83b1e8b..310b7a0 100644 --- a/ld_eventsource/version.py +++ b/ld_eventsource/version.py @@ -1 +1 @@ -VERSION = "1.4.0" # x-release-please-version +VERSION = "1.5.0" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 602e3bd..e4390df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-eventsource" -version = "1.4.0" +version = "1.5.0" description = "LaunchDarkly SSE Client" authors = ["LaunchDarkly "] license = "Apache-2.0"