Skip to content

Commit 14eef59

Browse files
authored
Bump version to v0.2.1 (#116)
1 parent b9be537 commit 14eef59

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
# confluent-kafka-javascript v0.2.1
2+
3+
v0.2.1 is a limited availability release. It is supported for all usage.
4+
5+
## Features
6+
7+
1. Update README, docs, and examples for Confluent's Schema Registry client.
8+
9+
110
# confluent-kafka-javascript v0.2.0
211

312
v0.2.0 is a limited availability release. It is supported for all usage.
413

514
## Features
15+
616
1. Switch to using `librdkafka` on the latest released tag `v2.5.3` instead of `master`.
717

818

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
5252
return list;
5353
};
5454

55-
util.bindingVersion = 'v0.2.0';
55+
util.bindingVersion = 'v0.2.1';

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/kafka-javascript",
3-
"version": "v0.2.0",
3+
"version": "v0.2.1",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.5.3",
66
"librdkafka_win": "2.5.3",

0 commit comments

Comments
 (0)