From d8413545af8aa8bc4208960ec141f0e37783ee17 Mon Sep 17 00:00:00 2001 From: tulios Date: Mon, 29 Oct 2018 11:21:19 +0100 Subject: [PATCH] Bump version (v1.4.4) and update changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a7eaccb..02bed058a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.4.4] - 2018-10-29 + +### Fixed + - Protocol produce v3 wasn't filtering `undefined` timestamps and was sending timestamp 0 (`NaN` converted) for all messages #188 + ## [1.4.3] - 2018-10-22 ### Changed diff --git a/package.json b/package.json index f02a5cf15..6d721411f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kafkajs", - "version": "1.4.3", + "version": "1.4.4", "description": "A modern Apache Kafka client for node.js", "author": "Tulio Ornelas ", "main": "index.js",