diff --git a/appinfo/info.xml b/appinfo/info.xml
index 17d89cf..3ca8bd9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
- 2.0.0
+ 2.1.0
agpl
Aysel Afsar
DICOMViewer
diff --git a/changelog.md b/changelog.md
index 1cd4be5..e09ac11 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,17 @@ 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.0] - 2024-03-26
+
+### Added
+- Upgrade Acan.io to 1.0.0-beta.1, removing access to third-party urls for privacy reasons (#104)
+- Add "Open with DICOM Viewer" option at folder level (#103)
+- Support loading extensionless DICOM files when a folder is opened with "Open with DICOM Viewer" option (#103)
+
+### Fixed
+- Use IAppManager to determine dicomviewer app path in filesystem (#103)
+- Fix the issue with opening DICOM files in 2 or more level directories (#103)
+
## [2.0.0] - 2024-03-18
### Added
diff --git a/package.json b/package.json
index be5ddfe..b2bc8ad 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dicomviewer",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Place this app in **nextcloud/apps/**",
"scripts": {
"prebuild": "rm -rf js && npm run build:viewer",