From f11adad030a1c2e074827346703fac02f4fd2424 Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Tue, 31 Mar 2026 11:13:34 -0400 Subject: [PATCH] Prepare 4.3.1 Signed-off-by: Lukas Schaefer --- CHANGELOG.md | 11 +++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6571554a..19913801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 56a64f7f..1515fc64 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -101,7 +101,7 @@ Negative: Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). ]]> - 4.3.0 + 4.3.1 agpl Julien Veyssier OpenAi diff --git a/package-lock.json b/package-lock.json index 788e72a2..86da75bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "integration_openai", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "integration_openai", - "version": "4.3.0", + "version": "4.3.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index f17df6d7..3394a941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "integration_openai", - "version": "4.3.0", + "version": "4.3.1", "description": "OpenAI integration", "main": "index.js", "directories": {