diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb793a2..79f7e28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,23 @@ 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.3.0 – 2025-01-07
+
+### Added
+
+- Change tone task type + provider @janepie [#163](https://github.com/nextcloud/integration_openai/pull/163) [#172](https://github.com/nextcloud/integration_openai/pull/172)
+- Proofread provider @janepie [#169](https://github.com/nextcloud/integration_openai/pull/169)
+- ChatWithTools provider @julien-nc [#167](https://github.com/nextcloud/integration_openai/pull/167)
+
+### Changed
+
+- Add ability to summarize by chunks @edward-ly [#157](https://github.com/nextcloud/integration_openai/pull/157)
+
+### Fixed
+
+- Fix headline prompt @janepie [#162](https://github.com/nextcloud/integration_openai/pull/162)
+- Grammar mistake @rakekniven [#165](https://github.com/nextcloud/integration_openai/pull/165)
+
## 3.2.0 – 2024-11-18
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f4ec6db..59c6fb1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -89,7 +89,7 @@ Negative:
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
]]>
- 3.2.0
+ 3.3.0
agpl
Julien Veyssier
OpenAi