From 2ed7ce7a70d25d8f59ecc953a7dd1c06ddfcd1e5 Mon Sep 17 00:00:00 2001 From: Tommy Brunn Date: Fri, 11 Jun 2021 12:53:21 +0200 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbf362..ae76399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [3.0.1] - 2021-06-11 +### Fixed + +- Fix gateway config for when setting HTTP agent [#127](https://github.com/kafkajs/confluent-schema-registry/pull/127) + ## [3.0.0] - 2021-05-20 This version is non-breaking for the overwhelming majority of users. diff --git a/package.json b/package.json index d0bf5cd..61d571a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kafkajs/confluent-schema-registry", - "version": "3.0.0", + "version": "3.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": [