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

## [4.3.1] - 2026-03-31

### Changed

- Update composer dependencies, fix cs issues @julien-nc [#353](https://github.com/nextcloud/integration_openai/pull/353)

### Fixed

- Fix: Follow override image gen service URL @julien-nc [#352](https://github.com/nextcloud/integration_openai/pull/352)
- fix: Correct error message for text to speech generation [#356](https://github.com/nextcloud/integration_openai/pull/356)

## 4.3.0 - 2026-02-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Negative:

Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
]]> </description>
<version>4.3.0</version>
<version>4.3.1</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>OpenAi</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration_openai",
"version": "4.3.0",
"version": "4.3.1",
"description": "OpenAI integration",
"main": "index.js",
"directories": {
Expand Down
Loading