Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.2.0 – 2025-12-01

### Changed
* Set max NC version to 33 (#39) @kyteinsky
* lazy config migration (#39) @kyteinsky

### Added
* migrate to vue3 (#40) (#41) @kyteinsky


## 2.1.1 – 2025-07-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Slack Integration</name>
<summary>Integration of Slack</summary>
<description><![CDATA[Slack integration lets you send files to Slack from Nextcloud Files.]]></description>
<version>2.1.2</version>
<version>2.2.0</version>
<licence>agpl</licence>
<author>Anupam Kumar</author>
<namespace>Slack</namespace>
Expand Down
Loading