diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea186a..4a82cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v2.0.3 - 2020-08-20 + +[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.2...v2.0.3) + +### Merged +- Translations update +- Dependencies update + ## v2.0.2 - 2020-07-30 [Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.1...v2.0.2) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3de70d8..ef42f78 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.2 + 2.0.3 agpl Affan Hussain diff --git a/package-lock.json b/package-lock.json index 1400063..9c8635b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "forms", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7aa9af6..05df3a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forms", "description": "Forms app for nextcloud", - "version": "2.0.2", + "version": "2.0.3", "repository": { "type": "git", "url": "git+https://github.com/nextcloud/forms.git"