From 9329495192f7f8e8c976942efd17ed52ef3c5f77 Mon Sep 17 00:00:00 2001 From: Mike Dillon Date: Thu, 15 Dec 2016 22:55:25 -0800 Subject: [PATCH] chore: Correct release date for 1.7.0 in changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb93ece..8e4b493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ -### v1.7.0 (2016-09-18) - +### v1.7.0 (2016-10-19) #### Features @@ -12,7 +11,6 @@ * Update `ruby-saml` to 1.4.0 to address security fixes. ([638212](/../../commit/638212)) - ### v1.6.0 (2016-06-27) * Ensure that subclasses of `OmniAuth::Stategies::SAML` are registered with OmniAuth as strategies (https://github.com/omniauth/omniauth-saml/pull/95)