Skip to content

Commit 72abfd2

Browse files
Update version to 0.6.1 (#205)
1 parent 6110278 commit 72abfd2

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1+
# confluent-kafka-javascript v0.6.1
2+
3+
v0.6.1 is a limited availability maintenance release. It is supported for all usage.
4+
5+
## Fixes
6+
7+
### Schema Registry
8+
9+
1. Sync aws-sdk packages to the same versioning.
10+
11+
2. Minor enhancement to allow AWS profile to be specified.
12+
13+
3. Add ability to override disable flag and actions on a rule.
14+
115
# confluent-kafka-javascript v0.6.0
216

3-
v0.5.2 is a limited availability maintenance release. It is supported for all usage.
17+
v0.6.0 is a limited availability maintenance release. It is supported for all usage.
418

519
## Fixes
620

schemaregistry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@confluentinc/schemaregistry",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Node.js client for Confluent Schema Registry",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)