From 9b0b65b6fede933d4e177e50d20a7f9b843391ff Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Fri, 21 Aug 2020 17:41:44 +0200 Subject: [PATCH] Release 1.3.0 Signed-off-by: Marco Pracucci --- .github/pull_request_template.md | 7 +++++++ CHANGELOG.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 CHANGELOG.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..78683e8d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +**What this PR does**: + +**Which issue(s) this PR fixes**: +Fixes # + +**Checklist** +- [ ] `CHANGELOG.md` updated - the order of entries should be `[CHANGE]`, `[FEATURE]`, `[ENHANCEMENT]`, `[BUGFIX]` diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7d45664f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## master / unreleased + +## 1.3.0 / 2020-08-21 + +This version is compatible with Cortex `1.3.0`.