From 2f2da52736561f8358b75f2a3a5901e20bc99022 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:48:24 +0000 Subject: [PATCH] chore(main): release 1.6.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 e20d7e8..0d1bebe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.1" + ".": "1.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb86d14..d125d25 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.6.0](https://github.com/launchdarkly/python-eventsource/compare/1.5.1...1.6.0) (2026-03-24) + + +### Features + +* Add AsyncSSEClient with aiohttp-based async/await support ([#58](https://github.com/launchdarkly/python-eventsource/issues/58)) ([574c673](https://github.com/launchdarkly/python-eventsource/commit/574c67384a64a60a251cf3f360c879cbaedc5e74)) + ## [1.5.1](https://github.com/launchdarkly/python-eventsource/compare/1.5.0...1.5.1) (2026-01-23) diff --git a/ld_eventsource/version.py b/ld_eventsource/version.py index 44f55ef..8a061c3 100644 --- a/ld_eventsource/version.py +++ b/ld_eventsource/version.py @@ -1 +1 @@ -VERSION = "1.5.1" # x-release-please-version +VERSION = "1.6.0" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 604fdca..6c533bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "launchdarkly-eventsource" -version = "1.5.1" +version = "1.6.0" description = "LaunchDarkly SSE Client" authors = ["LaunchDarkly "] license = "Apache-2.0"