From b984b64c4a1b8d0fd70ab6e1b8a7a2d011957d35 Mon Sep 17 00:00:00 2001 From: Brian Retterer Date: Tue, 17 Jan 2017 15:07:15 -0500 Subject: [PATCH] Version Bump --- CHANGES.md | 17 ++++++++++++----- src/Util/Version.php | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7404a48..0e2a774 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,14 +2,21 @@ stormpath-sdk-php Changelog =========================== -Version 1.18.0 +Version 1.19.0 -------------- -Released on January 3, 2017 +Released on January 17, 2017 - - Happy New Year! - - Added OrgNameKey to Password Grant Type (Resolves #61) - - Update all copyright dates to 2017 + - Added ability to set ttl and tti to cache. + + Version 1.18.0 + -------------- + + Released on January 3, 2017 + + - Happy New Year! + - Added OrgNameKey to Password Grant Type (Resolves #61) + - Update all copyright dates to 2017 Version 1.17.2 -------------- diff --git a/src/Util/Version.php b/src/Util/Version.php index ab82d03..62aa542 100644 --- a/src/Util/Version.php +++ b/src/Util/Version.php @@ -20,6 +20,6 @@ class Version { - const SDK_VERSION = '1.18.0'; + const SDK_VERSION = '1.19.0'; const PHP_VERSION_MIN = '5.6.0'; }