diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c22936f..3b08473c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## 2.0.2 – 2024-07-26
+
+### Added
+
+- Support for Enum field type @julien-nc
+- Support action buttons when opening a task with OCA.Assistant.openAssistantTask @julien-nc
+
+### Changed
+
+- Hide 'choose file' button in context chat input form @julien-nc
+
+### Fixed
+
+- Fix short input displayed when a task is scheduled @julien-nc
+- Fix style issues in standalone page @julien-nc
+
## 2.0.1 – 2024-07-22
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fe19a2df..243faea6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -56,7 +56,7 @@ Known providers:
* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)
* [Local Whisper Speech-To-Text](https://apps.nextcloud.com/apps/stt_whisper)
]]>
- 2.0.1
+ 2.0.2
agpl
Julien Veyssier
Assistant