From f8a4c5d62f37f23ada37a8c2f19f832a726239cc Mon Sep 17 00:00:00 2001 From: Tommy Brunn Date: Fri, 2 Apr 2021 18:08:54 +0200 Subject: [PATCH] v2.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a1231..2dfb73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [2.0.1] - 2021-04-02 + +- Fix export of SchemaType [#100](https://github.com/kafkajs/confluent-schema-registry/pull/100) + ## [2.0.0] - 2021-02-28 This version adds support for Protobuf and JSON Schema, in addition to the already diff --git a/package.json b/package.json index fe6f0ca..719cf85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kafkajs/confluent-schema-registry", - "version": "2.0.0", + "version": "2.0.1", "main": "dist/index.js", "description": "ConfluentSchemaRegistry is a library that makes it easier to interact with the Confluent schema registry, it provides convenient methods to encode, decode and register new schemas using the Apache Avro serialization format.", "keywords": [