diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a82cc2..8b9fdd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v2.0.4](https://github.com/nextcloud/forms/tree/v2.0.4) (2020-09-01) + +[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.3...v2.0.4) + +### Merged +- NC 20 compatibility +- Move to OCS API + [\#556](https://github.com/nextcloud/forms/pull/556) ([skjnldsv](https://github.com/skjnldsv)) +- Translations update +- Dependencies update + ## v2.0.3 - 2020-08-20 [Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.2...v2.0.3) diff --git a/appinfo/info.xml b/appinfo/info.xml index ef42f78..a73150b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ - **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance. - **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)! ]]> - 2.0.3 + 2.0.4 agpl Affan Hussain @@ -45,7 +45,7 @@ https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms3.png - + diff --git a/package-lock.json b/package-lock.json index 189c971..9647697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "forms", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c337626..abd90d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forms", "description": "Forms app for nextcloud", - "version": "2.0.3", + "version": "2.0.4", "repository": { "type": "git", "url": "git+https://github.com/nextcloud/forms.git"