diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b25568f2..33314dd72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] +## 1.2.1 - 2021-06-27 ### Added - Support for Nextcloud 22 @@ -8,6 +8,8 @@ - Updated the getID3 library to version 1.9.20-202106221748 to fix scan errors with PHP8 [#856](https://github.com/owncloud/music/issues/856) [#867](https://github.com/owncloud/music/issues/867) +- Deliveries for ownCloud and Nextcloud are now technically incompatible and not just signed differently + [#865](https://github.com/owncloud/music/issues/865) ### Fixed - Albums compact layout not collapsing albums if view switched while the search box had some text diff --git a/appinfo/info.xml b/appinfo/info.xml index 379e89b67..9049dbd5a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ Limitations: The app can handle libraries of more than 50´000 tracks on modern Pauli Järvinen (current author) Morris Jobke (original author) Jan-Christoph Borchardt (original design) - 1.2.0 + 1.2.1 multimedia https://user-images.githubusercontent.com/8565946/107080070-6b523780-67f9-11eb-8adc-314059b04c1d.png https://user-images.githubusercontent.com/8565946/107083303-17961d00-67fe-11eb-8b1c-5ad94b08a7bb.png diff --git a/build/package-lock.json b/build/package-lock.json index e9a87e56e..43a8e6e94 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -1,6 +1,6 @@ { "name": "music", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/build/package.json b/build/package.json index 4c0c362d6..587518722 100644 --- a/build/package.json +++ b/build/package.json @@ -1,7 +1,7 @@ { "name": "music", "description": "Music player and server for ownCloud and Nextcloud", - "version": "1.2.0", + "version": "1.2.1", "private": true, "homepage": "https://github.com/owncloud/music", "repository": {