diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 189c7bd13..d5fba1803 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to the CALM CLI will be documented in this file. 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). +## [1.34.3] - 2026-03-02 + +### Changed +- Manual release triggered + ## [1.34.2] - 2026-02-26 ### Changed diff --git a/cli/package.json b/cli/package.json index 48996fe45..3c023a3e7 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@finos/calm-cli", - "version": "1.34.2", + "version": "1.34.3", "description": "A set of tools for interacting with the Common Architecture Language Model (CALM)", "homepage": "https://calm.finos.org", "repository": { @@ -58,4 +58,4 @@ "tsup": "^8.4.0", "xml2js": "^0.6.2" } -} \ No newline at end of file +}