From 6b91cc8c23fa583e688d64c14c3b8d3bdc558fa7 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 30 Jan 2019 17:23:22 -0700 Subject: [PATCH] prepare for rc.1 --- CHANGELOG.md | 6 ++++++ blueprints.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80cbffb..e1756ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v3.0.0-rc.1 +## 01/30/2019 + +1. [](#new) + * Release Candidate + # v3.0.0-beta.2 ## 01/25/2019 diff --git a/blueprints.yaml b/blueprints.yaml index 9abbb0e..cb0b5eb 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Email -version: 3.0.0-beta.2 +version: 3.0.0-rc.1 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-beta.8' } + - { name: grav, version: '>=1.6.0-rc.1' } form: validation: loose