diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b728be56..517ebf67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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.2.2] - 2022-10-18 + +### Fixed + - Fix compatibility with AWS MSK Serverless #1463 + ## [2.2.1] - 2022-10-13 ### Fixed diff --git a/package.json b/package.json index 2d2f3f9d5..7063d3530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kafkajs", - "version": "2.2.1", + "version": "2.2.2", "description": "A modern Apache Kafka client for node.js", "author": "Tulio Ornelas ", "main": "index.js",