diff --git a/appinfo/info.xml b/appinfo/info.xml index cebe374..8cf1529 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ - 1.2.4 + 1.2.5 agpl Aysel Afsar DICOMViewer diff --git a/changelog.md b/changelog.md index 96e1c7b..524cb52 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,11 @@ 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.5] - 2023-10-19 + +### Added +- Support for Nextcloud 27 (#98) + ## [1.2.4] - 2022-11-13 ### Added diff --git a/src/package.json b/src/package.json index b3aaedc..f07bf48 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "dicomviewer", - "version": "1.2.4", + "version": "1.2.5", "description": "Place this app in **nextcloud/apps/**", "scripts": { "lint": "echo TODO",