Skip to content

Commit

Permalink
Bump version (v2.0.1) and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevon committed May 23, 2022
1 parent f3cacf6 commit 8aaeb2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.1] - 2022-05-23

### Fixed
- Fix members leaving the group after not being assigned any partitions #1362
- Make `REPLICA_NOT_AVAILABLE` retriable #1351
- Document `admin.createTopics` respecting cluster default partitions number and replication factor #1360

## [2.0.0] - 2022-05-06

This is the first major version released in 4 years, and contains a few important breaking changes. **A [migration guide](https://kafka.js.org/docs/migration-guide-v2.0.0) has been prepared to help with the migration process.** Be sure to read it before upgrading from older versions of KafkaJS.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kafkajs",
"version": "2.0.0",
"version": "2.0.1",
"description": "A modern Apache Kafka client for node.js",
"author": "Tulio Ornelas <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit 8aaeb2b

Please sign in to comment.