diff --git a/CHANGELOG.md b/CHANGELOG.md index d362411bb..8f97703a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.24.4](https://github.com/Noovolari/leapp/compare/v0.24.3...v0.24.4) (2024-01-25) + +### Features +* new Leapp Team feature: if you log into Leapp Team as a Manager user, you'll see only the Sessions that you've explicitly shared with that user. + ### [0.24.3](https://github.com/Noovolari/leapp/compare/v0.24.2...v0.24.3) (2024-01-23) ### Bug Fixes diff --git a/packages/desktop-app/CHANGELOG.md b/packages/desktop-app/CHANGELOG.md deleted file mode 100644 index 4f4cd53cd..000000000 --- a/packages/desktop-app/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. - -### [0.24.4](https://github.com/Noovolari/leapp/compare/v0.24.3...v0.24.4) (2024-01-25) diff --git a/packages/desktop-app/package.json b/packages/desktop-app/package.json index 5b0d0656b..a71fa8040 100644 --- a/packages/desktop-app/package.json +++ b/packages/desktop-app/package.json @@ -1,6 +1,6 @@ { "name": "Leapp", - "version": "0.24.3", + "version": "0.24.4", "private": true, "author": { "name": "Noovolari",