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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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>3.1.0</version>
<version>3.1.1</version>
<licence>agpl</licence>
<author>Anupam Kumar</author>
<namespace>Slack</namespace>
Expand Down
30 changes: 29 additions & 1 deletion changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading