diff --git a/CHANGELOG.md b/CHANGELOG.md
index 915fd0a4..d963a28d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,20 @@ 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.2.0 - 2025-01-16
+
+### Added
+
+- Support multiple providers @lukasdotcom [#311](https://github.com/nextcloud/integration_openai/pull/311)
+
+### Changed
+
+- Use structured output in the translation provider to limit extraneous text @kyteinsky [#326](https://github.com/nextcloud/integration_openai/pull/326)
+
+### Fixed
+
+- Handle empty userIds in quota accounting @kyteinsky [#319](https://github.com/nextcloud/integration_openai/pull/319)
+
## 4.1.1 - 2025-01-14
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 864ef707..e8ce630f 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.1.1
+ 4.2.0
agpl
Julien Veyssier
OpenAi