diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b38fb64..9ba4cfbfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project 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). -## Unreleased +## [0.13.0] - 2023-10-18 ### Added - Save the toggle state of the lineage graph info panel ### Changed diff --git a/package-lock.json b/package-lock.json index 7942fe366..1ab33eeb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kamu-platform", - "version": "0.12.1", + "version": "0.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kamu-platform", - "version": "0.12.1", + "version": "0.13.0", "hasInstallScript": true, "dependencies": { "@angular/animations": "^14.2.12", diff --git a/package.json b/package.json index 282fbe536..55f2b8f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kamu-platform", - "version": "0.12.1", + "version": "0.13.0", "scripts": { "ng": "ng", "start": "ng serve --watch",