Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Crim committed Feb 21, 2023
1 parent 4226091 commit 606950e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.2.5 (UNRELEASED)
## 3.2.5 (02/21/2023)
- Add official support for Kafka versions 3.0.x through 3.4.x
- [gquintana](https://github.com/gquintana) added the following method to `KafkaTestUtils` to allow for additional control over the records being produced.
Thanks for the contribution!

```java
public List<ProducedKafkaRecord<byte[], byte[]>> produceRecords(final Collection<ProducerRecord<byte[], byte[]>> records)
```

### Internal dependency updates
- JUnit5 from 5.8.2 to 5.9.2
Expand Down

0 comments on commit 606950e

Please sign in to comment.