Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-24 12:47:45 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-24 12:47:45 +0300
commitb31ec6e746014e5ea84624ca0e7def39609f3533 (patch)
tree6d293da4a6a1d4f701187092c73decb9bf5da870
parent539250214bfe2bd0976201e47b9331167dc13d72 (diff)
Bump version and add changelogv1.6.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03b95f1..7ef1ac9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.6.1 - 2020-03-24
+### Fixed
+ - Fix an issue with exceptions being thrown in nested calls [#64](https://github.com/nextcloud/ransomware_protection/issues/64)
+
+## 1.6.0 - 2020-01-17
+### Added
+ - Nextcloud 18 support
+
## 1.5.0 - 2019-08-26
### Added
- Nextcloud 17 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a73295a..f723134 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description><![CDATA[This app prevents uploading files with known ransomware file endings.
⚠️ Neither the developer nor Nextcloud GmbH give any guarantee that your files can not be affected by another way.]]></description>
- <version>1.6.0</version>
+ <version>1.6.1</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>RansomwareProtection</namespace>