From dea9d9d3b2ca90a9bebd771b97278c6cc7c02a2d Mon Sep 17 00:00:00 2001 From: Erik Engervall Date: Wed, 18 Mar 2020 16:06:08 +0100 Subject: [PATCH] bump version to 1.0.5 (#51) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c9fce..673ab68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.5] - 2020-03-18 + +### Added + +Prevent Unnecessary Requests on Cache Misses [#48](https://github.com/kafkajs/confluent-schema-registry/pull/48) + ## [1.0.4] - 2020-03-07 ### Added diff --git a/package.json b/package.json index 1182d2d..f390b52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kafkajs/confluent-schema-registry", - "version": "1.0.4", + "version": "1.0.5", "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": [