Skip to content

Commit

Permalink
3.1.0 (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <[email protected]>
  • Loading branch information
kyteinsky authored Aug 21, 2024
1 parent 60322d5 commit 31e531b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 3.1.0 – 2024-08-21

### Changed

- Centralize config handling and use strong typing @provokateurin
- Bump max NC version to 31

### Added

- Support multiple accounts @provokateurin
- Add PSR-4 autoloading to make tests work @provokateurin

## 3.0.1 – 2024-07-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<bugs>https://github.com/nextcloud/integration_gitlab/issues</bugs>
<screenshot>https://github.com/nextcloud/integration_gitlab/raw/main/img/screenshot1.jpg</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="30"/>
<nextcloud min-version="26" max-version="31"/>
</dependencies>
<repair-steps>
<post-migration>
Expand Down

0 comments on commit 31e531b

Please sign in to comment.