From a9c36cd3d0f80f99d21a0a9e667edadaa63f16fc Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Thu, 26 Feb 2026 07:47:04 -0500 Subject: [PATCH] Prepare 3.10.1 Signed-off-by: Lukas Schaefer --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 504f08c6..513a9b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 3.10.1 - 2026-02-26 + +### Fixed +- Fix incorrect method call in updateExpTetProcessingTime @printminion-co [#334](https://github.com/nextcloud/integration_openai/pull/334) +- Fix wrong user config error @lukasdotcom [#341](https://github.com/nextcloud/integration_openai/pull/341) + ## 3.10.0 – 2026-01-14 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index a44e33d3..53540782 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/). ]]> - 3.10.0 + 3.10.1 agpl Julien Veyssier OpenAi diff --git a/package-lock.json b/package-lock.json index 42bfb851..70963871 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "integration_openai", - "version": "1.2.0", + "version": "3.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "integration_openai", - "version": "1.2.0", + "version": "3.10.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index d8d673df..95439cb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "integration_openai", - "version": "1.2.0", + "version": "3.10.1", "description": "OpenAI integration", "main": "index.js", "directories": {