Skip to content

Commit 652d114

Browse files
Adds release changelog and update version in setup.py
1 parent 2f3f29f commit 652d114

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,10 @@ the subscription *and* consuming it. Instead they will just consume an already e
130130

131131
2.2.1 / 2024-07-01
132132
==================
133-
- [fixed] - Fixed the `subscription_id` parameter of the listener callback so it changes if the listener switches regions (for HA streams only)
133+
- [fixed] - Fixed the `subscription_id` parameter of the listener callback so it changes if the listener switches regions (for HA streams only)
134+
135+
2.3.0 / 2025-05-08
136+
==================
137+
- [added] - Allow the use of temporal log path
138+
- [added] - Implement automatic builds via Github Actions
139+
- [added] - Adds a minimum version requirement for the setuptools package to ensure compatibility and access to necessary features or fixes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open(path.join(this_directory, 'README.rst'), encoding='utf-8') as f:
77
long_description = f.read()
88

9-
VERSION = "2.2.1"
9+
VERSION = "2.3.0"
1010
RELEASE_TAG = f"release-{VERSION}"
1111

1212
setup(

0 commit comments

Comments
 (0)