From 98517ec41395db61bdfcf640de1fe78df54d0c62 Mon Sep 17 00:00:00 2001 From: barth Date: Tue, 24 Sep 2024 15:59:15 +0200 Subject: [PATCH] CADENZA-37227 fix: Correct changelog entry for 2.13.0 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac681cc3..c49032c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ 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 +### Fixed +- Corrected changelog for 2.13.0 + +## 2.13.0 - 2024-09-24 +### Added +- `CadenzaActionEvent` ## 2.12.0 - 2024-09-23 ### Added - `CadenzaClient#fetchAreaIntersections` - `CadenzaClient#fetchObjectInfo` -- `CadenzaActionEvent` ## 2.11.0 - 2024-07-12 ### Added