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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ 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/).

## 1.1.7 - 2026-04-16

### Changed
- bump max NC version to 34 @kyteinsky


## 1.1.6 - 2025-11-27

### Changed
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
* Talk
* Task Processing Provider (like Local large language model app (llm2) or OpenAI and LocalAI integration app (integration_openai))
]]></description>
<version>1.1.6</version>
<version>1.1.7</version>
<licence>MIT</licence>
<author mail="florian.klinger@nextcloud.com" homepage="https://github.com/nc-fkl">Florian Klinger</author>
<namespace>SummaryBot</namespace>
Expand All @@ -38,7 +38,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/summary_bot</image>
<image-tag>1.1.6</image-tag>
<image-tag>1.1.7</image-tag>
</docker-install>
<scopes>
<value>TALK</value>
Expand Down
8 changes: 8 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ release_agent:
- author: "^dependabot\\[bot\\]$"
- message: "^chore\\(changelog\\):"
entries:
- version: 1.1.7
release_date: '2026-04-16'
sections:
- name: Changed
items:
- text: bump max NC version to 34
authors:
- kyteinsky
- version: 1.1.6
release_date: '2025-11-27'
sections:
Expand Down
Loading