Skip to content

Commit 00a5e6c

Browse files
committed
Patch Release 2.2.7
1 parent 71c10f4 commit 00a5e6c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.2.7 (May 13, 2025)
2+
3+
Fixes
4+
* Minor Heartbeat updates: catch more exceptions / log configuration / raise KafkaConfigurationError (#2618)
5+
16
# 2.2.6 (May 8, 2025)
27

38
Fixes

docs/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
2.2.7 (May 13, 2025)
5+
####################
6+
7+
Fixes
8+
-----
9+
* Minor Heartbeat updates: catch more exceptions / log configuration / raise KafkaConfigurationError (#2618)
10+
11+
412
2.2.6 (May 8, 2025)
513
###################
614

kafka/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.6'
1+
__version__ = '2.2.7'

0 commit comments

Comments
 (0)