Skip to content

Commit 0a87130

Browse files
committed
Update changelog for 2.2 patch releases + bump version for 2.3.x releases
1 parent e91b036 commit 0a87130

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.2.15 (July 1, 2025)
2+
3+
Fixes
4+
* Fix KafkaProducer broken method names (llk89 / #2660)
5+
* Fix spelling mistake in KafkaConsumer docs (Xeus-CC / #2659)
6+
7+
# 2.2.14 (June 27, 2025)
8+
9+
Fixes
10+
* python2 fixups (#2655)
11+
* Fix coordinator lock contention during close() (#2652)
12+
113
# 2.2.13 (June 20, 2025)
214

315
Fixes

docs/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changelog
22
=========
33

4+
2.2.15 (July 1, 2025)
5+
#####################
6+
7+
Fixes
8+
-----
9+
* Fix KafkaProducer broken method names (llk89 / #2660)
10+
* Fix spelling mistake in KafkaConsumer docs (Xeus-CC / #2659)
11+
12+
13+
2.2.14 (June 27, 2025)
14+
######################
15+
16+
Fixes
17+
* python2 fixups (#2655)
18+
* Fix coordinator lock contention during close() (#2652)
19+
20+
421
2.2.13 (June 20, 2025)
522
######################
623

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.2.13'
1+
__version__ = '2.3.0.dev'

0 commit comments

Comments
 (0)