From 808a63f57c27c9e0898b065c20e3c69d60a14e98 Mon Sep 17 00:00:00 2001 From: Alessandro Date: Mon, 21 Oct 2019 23:45:30 +0200 Subject: [PATCH] Update v3.1.0 release date in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00dee2f..459026b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The first release is [3.0.0] because this is actually the third major version (c ... -## [3.1.0] - 2019-10-15 +## [3.1.0] - 2019-10-21 ### Added - Automatic updates. From this version Artemis can update itself if a new version is available. Works only when running the executable version (disabled when running from source). The feature is partially unavailable for Mac, you can only download the new version. - The software version displayed has now a `.Dev` appended when running from script (_e.g._ 3.1.0.Dev) to differentiate from an actual binary executable. The `.Dev` thus implies that the running version of the software could not correspond to a particular release.