diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb6e32c..46ae6889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.1 - 2026-04-16 + +### Changed +- maintenance updates ([#52](https://github.com/nextcloud/integration_slack/pull/52)) @kyteinsky +- structured changelog in a yaml file ([#53](https://github.com/nextcloud/integration_slack/pull/53)) @kyteinsky +- add ignore patterns for changelog @kyteinsky +- update changelog ignore entries @kyteinsky +- format the changelog files @kyteinsky + +### Fixed +- No more FileAction class in @nextcloud/files ([#50](https://github.com/nextcloud/integration_slack/pull/50)) @julien-nc + + ## 3.1.0 - 2025-01-08 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 5e75b7c6..cd30b06c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Slack Integration Integration of Slack - 3.1.0 + 3.1.1 agpl Anupam Kumar Slack diff --git a/changelog.yaml b/changelog.yaml index 796b28bb..48094832 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -11,9 +11,37 @@ release_agent: ignore_commits: - author: "^pre-commit-ci\\[bot\\]$" - author: "^Nextcloud-bot$" - - email: "bot@nextcloud.com" + - email: bot@nextcloud.com - author: "^dependabot\\[bot\\]$" entries: +- version: 3.1.1 + release_date: '2026-04-16' + sections: + - name: Changed + items: + - text: maintenance updates + authors: + - kyteinsky + issue_number: 52 + - text: structured changelog in a yaml file + authors: + - kyteinsky + issue_number: 53 + - text: add ignore patterns for changelog + authors: + - kyteinsky + - text: update changelog ignore entries + authors: + - kyteinsky + - text: format the changelog files + authors: + - kyteinsky + - name: Fixed + items: + - text: No more FileAction class in @nextcloud/files + authors: + - julien-nc + issue_number: 50 - version: 3.1.0 release_date: '2025-01-08' sections: