From fdb450899f6f6312818f87a2065c8caeb04267c3 Mon Sep 17 00:00:00 2001 From: Ransom Date: Fri, 7 Feb 2020 08:12:46 -0500 Subject: [PATCH] Finish 2.1.4 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b9006..09eb405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.1.4 - 2020-02-07 +### Fixed +- Error when invoking createTokenModelResponse (Thanks, @joshangell) + ## 2.1.3 - 2020-01-13 ### Added - Added a setting to override a provider's authorization URL diff --git a/composer.json b/composer.json index c226f82..02c1dad 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "venveo/craft-oauthclient", "description": "Simple OAuth 2.0 client", "type": "craft-plugin", - "version": "2.1.3", + "version": "2.1.4", "keywords": [ "craft", "cms",