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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.1.1 – 2025-07-16

### Changed
- CSP Nonce updated @janepie [#57](https://github.com/nextcloud/integration_mattermost/pull/57)
- icons changed to outlined versions @janepie [#77](https://github.com/nextcloud/integration_mattermost/pull/77)
- npm packages updated @janepie [#77](https://github.com/nextcloud/integration_mattermost/pull/77)
- bump max supported NC version to 32 @janepie

## 2.1.0 - 2025-01-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<summary>Integration of Mattermost</summary>
<description><![CDATA[Mattermost integration provides a dashboard widget displaying your most important notifications
and a unified search provider for messages. It also lets you send files to Mattermost from Nextcloud Files.]]></description>
<version>2.1.0</version>
<version>2.1.1</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Mattermost</namespace>
Expand Down
Loading