diff --git a/appinfo/info.xml b/appinfo/info.xml
index f6fd110..1871b20 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
- 1.1.0
+ 1.2.0
agpl
Aysel Afsar
DICOMViewer
diff --git a/changelog.md b/changelog.md
index 9d85088..dc6ab68 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,20 @@ 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).
+## [1.2.0] - 2019-03-08
+
+### Fixed
+- Fixed the sidebar issue with no pixel data
+- Fixed incorrect index while scrolling via arrow buttons
+
+### Added
+- Added localization support (Thanks to @Lars1963 and @doc-sebastian)
+- Jump to selected image when it is opened with all images
+
+### Changed
+- Open the selected DICOM file with all images by default
+- Support for opening only the selected DICOM file using the "Open with DICOM Viewer" file action menu
+
## [1.1.0] - 2018-12-27
diff --git a/js/package.json b/js/package.json
index 70a19f9..bdd6139 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "dicomviewer",
- "version": "0.0.1",
+ "version": "1.2.0",
"description": "Place this app in **nextcloud/apps/**",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",