diff --git a/appinfo/info.xml b/appinfo/info.xml
index a6cedfc..1f903bd 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ It renders DICOM data sets in 2D, 3D, and reconstructed representations; allows
and serialization of observations; supports internationalization, hotkeys, and many more features.
See [README](https://github.com/ayselafsar/dicomviewer) for a list of full features and future roadmap.]]>
- 2.1.1
+ 2.1.2
agpl
Aysel Afsar
DICOMViewer
diff --git a/changelog.md b/changelog.md
index 5ff5d48..9cb1adf 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## [2.1.2] - 2024-05-25
+
+### Added
+- Support for Nextcloud 29
+
+### Fixed
+- Fix encoding issues with DICOM parser (#110, #111)
+
## [2.1.1] - 2024-03-27
### Fixed
diff --git a/package.json b/package.json
index 0fc70c4..fb5d309 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dicomviewer",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "Place this app in **nextcloud/apps/**",
"scripts": {
"prebuild": "rm -rf js && npm run build:viewer",