Skip to content

Commit 606950e

Browse files
author
Stephen Powis
committed
update changelog
1 parent 4226091 commit 606950e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 3.2.5 (UNRELEASED)
5+
## 3.2.5 (02/21/2023)
66
- Add official support for Kafka versions 3.0.x through 3.4.x
7+
- [gquintana](https://github.com/gquintana) added the following method to `KafkaTestUtils` to allow for additional control over the records being produced.
8+
Thanks for the contribution!
9+
10+
```java
11+
public List<ProducedKafkaRecord<byte[], byte[]>> produceRecords(final Collection<ProducerRecord<byte[], byte[]>> records)
12+
```
713

814
### Internal dependency updates
915
- JUnit5 from 5.8.2 to 5.9.2

0 commit comments

Comments
 (0)