From 08ed0be86251ff3e5143e5cd50ac24195122a066 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 20 Mar 2019 12:11:50 -0600 Subject: [PATCH] prepare for RC.4 release --- CHANGELOG.md | 4 +++- blueprints.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0af8c4..d32cc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # v3.0.0-rc.4 -## mm/dd/2019 +## 03/20/2019 1. [](#new) * Code cleanup, composer update +1. [](#improved) + * Added backlink for scheduler task # v3.0.0-rc.3 ## 02/18/2019 diff --git a/blueprints.yaml b/blueprints.yaml index 08ad02a..12f7ea3 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Email -version: 3.0.0-rc.3 +version: 3.0.0-rc.4 testing: true description: Enables the emailing system for Grav icon: envelope @@ -13,7 +13,7 @@ bugs: https://github.com/getgrav/grav-plugin-email/issues license: MIT dependencies: - - { name: grav, version: '>=1.6.0-rc.3' } + - { name: grav, version: '>=1.6.0-rc.4' } form: validation: loose