From 388f16ec28f4d5a461b748d3e247d5c7c9768c01 Mon Sep 17 00:00:00 2001 From: odselsevier <95745934+odselsevier@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:50:13 +0200 Subject: [PATCH 1/2] Release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a786a1f..aa420a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kafkajs/confluent-schema-registry", - "version": "3.3.0", + "version": "3.3.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": [ From bb01e99a671ade65559f31f61793fea36ae42708 Mon Sep 17 00:00:00 2001 From: odselsevier <95745934+odselsevier@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:51:44 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md 3.3.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94b00c2..fd61490 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). +## [3.3.1] - 2023-09-21 + +### Fixed + +- Fix critical security issue [GHSA-h755-8qp9-cq85](https://github.com/advisories/GHSA-h755-8qp9-cq85) + ## [3.3.0] - 2022-10-04 ### Added