diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e93b5a9a6..22644419ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.7.5](https://github.com/dasch-swiss/dsp-das/compare/v11.7.4...v11.7.5) (2024-03-27) + + +### Bug Fixes + +* initialize pendo on app start ([#1535](https://github.com/dasch-swiss/dsp-das/issues/1535)) ([76e5356](https://github.com/dasch-swiss/dsp-das/commit/76e5356b3fd48f1359c51b7fc28bb329fb8c93ad)) + ## [11.7.4](https://github.com/dasch-swiss/dsp-das/compare/v11.7.3...v11.7.4) (2024-03-22) diff --git a/package-lock.json b/package-lock.json index cc7b8ba5f7..8df6f12657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dsp-app", - "version": "11.7.4", + "version": "11.7.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dsp-app", - "version": "11.7.4", + "version": "11.7.5", "dependencies": { "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.12", diff --git a/package.json b/package.json index 4665bfbd08..7a5b87a2c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsp-app", - "version": "11.7.4", + "version": "11.7.5", "repository": { "type": "git", "url": "https://github.com/dasch-swiss/dsp-app.git"