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

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-24 15:16:45 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-24 15:16:45 +0300
commit116907964711dd0df820f3fdf574d181fdc0dff3 (patch)
treea92dbd84950f0a9270118e51877109d7b63d07b9 /CHANGELOG.md
parent077010286bb979e90de8f46b87508d4deccfeef4 (diff)
Prepare for 1.4.0 releasev1.4.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..9a313fc
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [1.4.0] - 2018-10-24
+## Added
+- Added CHANGELOG.md
+
+## Changed
+- Minimum supported Nextcloud is 13
+- Moved over to database migrations [#95](https://github.com/nextcloud/files_antivirus/pull/95)
+
+## Fixed
+- Postgres databases should no longer throw errors [#86](https://github.com/nextcloud/files_antivirus/issues/86)