Skip to content

Commit

Permalink
chore: bump version to 2.5.0
Browse files Browse the repository at this point in the history
And add changelog entry

Signed-off-by: Thomas Citharel <[email protected]>
  • Loading branch information
tcitworld committed Sep 13, 2024
1 parent 3e2cde8 commit 192648e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## 2.5.0 - 2024-09-13

### Added

- Compatibility with Nextcloud 30

### Removed

- Compatibility with Nextcloud 28

## 2.4.0 - 2024-03-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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>2.4.0</version>
<version>2.5.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://tcit.fr">Thomas Citharel</author>
<author>Joas Schilling</author>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "registration",
"version": "2.4.0",
"version": "2.5.0",
"description": "",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down

0 comments on commit 192648e

Please sign in to comment.