From 95dfe25f8aa983c40f7183d4388cb78ff9acbdb2 Mon Sep 17 00:00:00 2001 From: tulios Date: Mon, 1 Apr 2019 10:18:52 +0200 Subject: [PATCH] Bump version (v1.5.2) and update changelog --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a114903..bce819216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). +## [1.5.2] - 2019-04-01 +### Fixed + - Process a fixed number of lock releases per iteration on `lock#release` #323 + +### Changed + - Use the max between the default request timeout and the protocol override #318 + - Only emit events if there are listeners #321 + ## [1.5.1] - 2019-03-14 ### Fixed - Handle `null` keys on isAbortMarker #312 diff --git a/package.json b/package.json index d70175621..4d98f0294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kafkajs", - "version": "1.5.1", + "version": "1.5.2", "description": "A modern Apache Kafka client for node.js", "author": "Tulio Ornelas ", "main": "index.js",