diff --git a/CHANGELOG.md b/CHANGELOG.md index 67496db1..50080cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## 2.3.2 - 2024-03-05 ### Fixed - Conflict when multiple attributes in objectInfo event details have the same printnames. diff --git a/package.json b/package.json index 706578dc..4346ab28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@disy/cadenza.js", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "repository": "github:DisyInformationssysteme/cadenza.js", "type": "module",