diff --git a/CHANGELOG.md b/CHANGELOG.md index a36c3c32..543a6d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [Unreleased] - XXXX-XX-XX +## [Unreleased] + +- + +## [0.6.3] - 2022-02-16 + +### Fixed + +- replace marketplace storage urls in csp - [#913](https://github.com/owncloud/market/pull/913) + ## [0.6.2] - 2021-12-29 @@ -167,7 +176,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Skip migrations when reinstalling missing code - [#76](https://github.com/owncloud/market/issues/76) - Reset overwritten core css styles - [#73](https://github.com/owncloud/market/issues/73) -[Unreleased]: https://github.com/owncloud/market/compare/v0.6.2...master +[Unreleased]: https://github.com/owncloud/market/compare/v0.6.3...master +[0.6.3]: https://github.com/owncloud/market/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/owncloud/market/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/owncloud/market/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/owncloud/market/compare/v0.5.1...v0.6.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index 770556c3..06fde638 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Please note: Since ownCloud X (10.0) every instance gets shipped with this app i To use this application click on "Files" in the top left corner and click on "Market" (cart icon) (Administrator privileges required) AGPL Thomas Müller, Felix Heidecke, Thomas Börger, Philipp Schaffrath, Viktar Dubiniuk - 0.6.2 + 0.6.3 tools https://raw.githubusercontent.com/owncloud/screenshots/master/market/ownCloud-market-app.jpg diff --git a/sonar-project.properties b/sonar-project.properties index 505a537f..a64049b4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ # Organization and project keys are displayed in the right sidebar of the project homepage sonar.organization=owncloud-1 sonar.projectKey=owncloud_market -sonar.projectVersion=0.6.2 +sonar.projectVersion=0.6.3 sonar.host.url=https://sonarcloud.io # =====================================================