From 715a8c6b79335a7d5b7b79724e8b52b8eda6676f Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Fri, 26 Jul 2024 12:42:55 +0200 Subject: [PATCH] prepare 3.0.1 Signed-off-by: Julien Veyssier --- CHANGELOG.md | 11 +++++++++++ appinfo/info.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9e4f4e..047f341d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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/). +## 3.0.1 – 2024-07-26 + +### Added + +- Translation provider for the task processing API @julien-nc [#111](https://github.com/nextcloud/integration_openai/pull/111) + +### Changed + +- Adjust providers to changes in server (enum values and defaults) @julien-nc [#111](https://github.com/nextcloud/integration_openai/pull/111) +- Drop the old translation provider @julien-nc [#111](https://github.com/nextcloud/integration_openai/pull/111) + ## 3.0.0 – 2024-07-17 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index bf905ff2..87f92cf2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -79,7 +79,7 @@ Negative: Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). ]]> - 3.0.0 + 3.0.1 agpl Julien Veyssier OpenAi