Skip to content

Commit cb2a331

Browse files
committed
1.1.7
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 98f5038 commit cb2a331

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11+
## 1.1.7 - 2026-04-16
12+
13+
### Changed
14+
- bump max NC version to 34 @kyteinsky
15+
16+
1117
## 1.1.6 - 2025-11-27
1218

1319
### Changed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
2323
* Talk
2424
* Task Processing Provider (like Local large language model app (llm2) or OpenAI and LocalAI integration app (integration_openai))
2525
]]></description>
26-
<version>1.1.6</version>
26+
<version>1.1.7</version>
2727
<licence>MIT</licence>
2828
<author mail="florian.klinger@nextcloud.com" homepage="https://github.com/nc-fkl">Florian Klinger</author>
2929
<namespace>SummaryBot</namespace>
@@ -38,7 +38,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
3838
<docker-install>
3939
<registry>ghcr.io</registry>
4040
<image>nextcloud/summary_bot</image>
41-
<image-tag>1.1.6</image-tag>
41+
<image-tag>1.1.7</image-tag>
4242
</docker-install>
4343
<scopes>
4444
<value>TALK</value>

changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ release_agent:
1919
- author: "^dependabot\\[bot\\]$"
2020
- message: "^chore\\(changelog\\):"
2121
entries:
22+
- version: 1.1.7
23+
release_date: '2026-04-16'
24+
sections:
25+
- name: Changed
26+
items:
27+
- text: bump max NC version to 34
28+
authors:
29+
- kyteinsky
2230
- version: 1.1.6
2331
release_date: '2025-11-27'
2432
sections:

0 commit comments

Comments
 (0)