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 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": [