diff --git a/Makefile b/Makefile
index 9dff435..a011df1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
APP_ID := live_transcription
APP_NAME := Live Transcription
-APP_VERSION := 1.1.2
+APP_VERSION := 1.2.0
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":23000}"
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c736f94..c9da4b3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@
- 1.1.2
+ 1.2.0
agpl
Anupam Kumar
Marcel Klehr
@@ -27,7 +27,7 @@
ghcr.io
nextcloud-releases/live_transcription
- 1.1.2
+ 1.2.0
diff --git a/changelog.md b/changelog.md
index 0ba7676..1cee361 100644
--- a/changelog.md
+++ b/changelog.md
@@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
+## 1.2.0 - 2025-09-11
+
+### Added
+- support sending partial transcript chunks (#22) @kyteinsky
+
+### Fixed
+- better HPB error message handling (#26) @kyteinsky
+- slow down transcript sent to 300ms (#26) @kyteinsky
+- better shutdown process (#26) @kyteinsky
+- drop the "the", it's cleaner (#26) @kyteinsky
+
+
## 1.1.2 - 2025-08-28
### Fixed