From 3215d6eda2b6903a11b3122dea47e9fc4addb3f6 Mon Sep 17 00:00:00 2001 From: tulios Date: Fri, 13 Sep 2019 14:01:24 +0200 Subject: [PATCH] Update changelog and bump to v1.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a2e09..9872f29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.0.0] - 2019-09-13 + +### Changed + +- See `0.2.0` version + +## [0.2.0] - 2019-09-13 + +### Changed + +- Version `0.1.0` didn't transpile the Typescript files + ## [0.1.0] - 2019-09-12 ### Added diff --git a/package.json b/package.json index 3d5283b..0e7555f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kafkajs/confluent-schema-registry", - "version": "0.2.0", + "version": "1.0.0", "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": [