diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2624d3e..3a2cee8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [1.2.0 - 2023-11-08]
+
+### Changed
+
+- Prototypes of functions for calling external applications and PHP have been redesigned. #112 @bigcat88, @kyteinsky
+- ExApp init (`/init`) endpoint now called with AppAPI auth too. #111
+
+### Fixed
+
+- UI error when default daemon missing. #109
+- FilesActions API: correct cast of file's permission to the number.
+- Docs: ExApp install flow described. #108
+
## [1.1.0 - 2023-10-23]
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c673be1c..c02428ba 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -40,7 +40,7 @@ to join us in shaping a more versatile, stable, and secure app landscape.
*Your insights, suggestions, and contributions are invaluable to us.*
]]>
- 1.1.0
+ 1.2.0
agpl
Andrey Borysenko
Alexander Piskun