diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e480144c60c636e372e0d23090e896b0d342f00..cde19f8bdd9da4efd86185e56baa8763f252bff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [8.6.7] - 2024-08-28 + +### Changed + +- Various dependency updates + + ## [8.6.6] - 2024-08-02 ### Changed @@ -173,7 +180,7 @@ All notable changes to this project will be documented in this file. - Start changelog -[unreleased]: https://gitlab.open-xchange.com/appsuite/web-apps/guidedtours/compare/8.6.6...main +[unreleased]: https://gitlab.open-xchange.com/appsuite/web-apps/guidedtours/compare/8.6.7...main [8.6.2]: https://gitlab.open-xchange.com/frontend/guidedtours/compare/8.6.1...8.6.2 [8.6.1]: https://gitlab.open-xchange.com/frontend/guidedtours/compare/8.6.0...8.6.1 [8.6.0]: https://gitlab.open-xchange.com/frontend/guidedtours/compare/8.5.2...8.6.0 @@ -191,6 +198,7 @@ All notable changes to this project will be documented in this file. [8.1.0]: https://gitlab.open-xchange.com/frontend/guidedtours/compare/8.0.236244...8.1.0 [8.0.236244]: https://gitlab.open-xchange.com/frontend/guidedtours/compare/null...8.0.236244 +[8.6.7]: https://gitlab.open-xchange.com/appsuite/web-apps/guidedtours/compare/8.6.6...8.6.7 [8.6.6]: https://gitlab.open-xchange.com/appsuite/web-apps/guidedtours/compare/8.6.5...8.6.6 [8.6.5]: https://gitlab.open-xchange.com/frontend/guidedtours/compare/8.6.4...8.6.5 [8.6.4]: https://gitlab.open-xchange.com/frontend/guidedtours/compare/8.6.3...8.6.4 diff --git a/helm/core-guidedtours/Chart.yaml b/helm/core-guidedtours/Chart.yaml index 68a4c443887c3b5a52d4a3f91cff2638b8c55de2..4191e78e9b569c2215f4bab2e8940db9f5330038 100644 --- a/helm/core-guidedtours/Chart.yaml +++ b/helm/core-guidedtours/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.6.7 +version: 2.6.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "8.6.6" +appVersion: "8.6.7" dependencies: - name: ox-common version: ~1.0.38 diff --git a/package.json b/package.json index 75426e56e911ded3311ace29f9744f7be8a152ae..a13568b28cbc1ddfe036acc418421baec3414676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-xchange/guidedtours", - "version": "8.6.6", + "version": "8.6.7", "description": "OX App Suite UI plugin shipping guided tours for core (ui-) applications.", "repository": "https://gitlab.open-xchange.com/appsuite/web-apps/guidedtours", "author": "Julian Bäume <julian.baeume@open-xchange.com>",