Skip to content

Commit

Permalink
v2.2.0-beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
  • Loading branch information
skjnldsv committed Jan 22, 2021
1 parent 18885fe commit c381d21
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [v2.1.0](https://github.com/nextcloud/forms/tree/v2.1.0) (2021-01-04)
## 2.2.0-beta.1 - 2021-01-22

[Full Changelog](https://github.com/nextcloud/forms/compare/v2.1.0...v2.2.0)

### Fixed
- Add csv export and prevents CSV formula injection
[\#746](https://github.com/nextcloud/forms/pull/746) ([skjnldsv](https://github.com/skjnldsv))
- Add indexes
[\#744](https://github.com/nextcloud/forms/pull/744) ([skjnldsv](https://github.com/skjnldsv))

## 2.1.0 - 2021-01-04

[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.4...v2.1.0)

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
]]></description>
<version>2.2.0</version>
<version>2.2.0-beta.1</version>
<licence>agpl</licence>

<author>Affan Hussain</author>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forms",
"description": "Forms app for nextcloud",
"version": "2.1.0",
"version": "2.2.0-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/forms.git"
Expand Down

0 comments on commit c381d21

Please sign in to comment.