Skip to content

Commit b8d8eae

Browse files
authored
3.7.0 (#235)
Signed-off-by: Anupam Kumar <[email protected]>
1 parent 7c8ca41 commit b8d8eae

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ 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+
## 3.7.0 – 2025-07-11
12+
13+
### Added
14+
15+
- Implement audio chat provider @julien-nc [#227](https://github.com/nextcloud/integration_openai/pull/227)
16+
17+
### Fixed
18+
19+
- update composer with php8.1 @kyteinsky [#233](https://github.com/nextcloud/integration_openai/pull/233)
20+
- Invalidate all cache with a prefix instead of deleting one key that we don't use anymore @julien-nc [#234](https://github.com/nextcloud/integration_openai/pull/234)
21+
22+
1123
## 3.6.0 – 2025-07-09
1224

1325
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Negative:
101101
102102
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
103103
]]> </description>
104-
<version>3.6.0</version>
104+
<version>3.7.0</version>
105105
<licence>agpl</licence>
106106
<author>Julien Veyssier</author>
107107
<namespace>OpenAi</namespace>

0 commit comments

Comments
 (0)