diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a414e27..a50ddeb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ 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.4.0] - 2023-10-30 + ### Updated - A range of types, as per the current swagger definition of the Immutable X API diff --git a/package.json b/package.json index e5b90d88..36316e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imtbl/core-sdk", - "version": "2.3.1", + "version": "2.4.0", "description": "Immutable Core SDK", "main": "dist/index.cjs.js", "module": "dist/index.es.js",