From 2a9c4b508d32e263b81c5773139b40d3abcd9863 Mon Sep 17 00:00:00 2001 From: ScottAgirs Date: Sun, 3 Jan 2021 13:27:19 -0700 Subject: [PATCH] chore(changelog): v3.4.1 Signed-off-by: ScottAgirs --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ffa94..4dfe07f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +### [3.4.1] Release + +- Updates version to latest Strapi core version +- Implements 3.0.6, 3.0.7 + ## [3.0.7] - 2020-12-16 ### Added @@ -17,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - settings.messageStream - ## [3.0.5] - 2020-09-03 ### Added diff --git a/package.json b/package.json index 2348894..96ce064 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-provider-email-postmark", - "version": "3.0.7", + "version": "3.4.1", "description": "Strapi Email service provider for Postmark", "author": { "email": "scott.agirs@gmail.com",