Skip to content

Commit

Permalink
⛓️ Bump version and add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Oct 14, 2022
1 parent bc7839b commit cde613c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.0.0 – 2022-10-14
### Added
- Require Nextcloud 25

### Changed
- Migrated the frontend to Vue.JS

## 1.5.0 – 2022-04-27
### Added
- Compatibility with Nextcloud 24
Expand Down
5 changes: 3 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ This app allows users to register a new account.
4. User is lead to a form where they can choose their username and password
5. New account is created and is logged in automatically
]]></description>
<version>1.5.0</version>
<version>2.0.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
<types>
<prevent_group_restriction />
Expand All @@ -38,7 +39,7 @@ This app allows users to register a new account.
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
<dependencies>
<nextcloud min-version="25" max-version="26" />
<nextcloud min-version="25" max-version="25" />
</dependencies>
<background-jobs>
<job>OCA\Registration\BackgroundJob\ExpireRegistrations</job>
Expand Down

0 comments on commit cde613c

Please sign in to comment.