diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-onelogin-php-saml.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 6668c9d..f977ac1 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "onelogin/php-saml", "description": "OneLogin PHP SAML Toolkit", "license": "MIT", - "version": "2.10.3", + "version": "2.10.4", "homepage": "https://onelogin.zendesk.com/hc/en-us/sections/200245634-SAML-Toolkits", "keywords": ["saml", "saml2", "onelogin"], "autoload": { diff --git a/php-onelogin-php-saml.spec b/php-onelogin-php-saml.spec index ff00328..43f8f17 100644 --- a/php-onelogin-php-saml.spec +++ b/php-onelogin-php-saml.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit eb6cfbca928106205558a596988923da0e47bd9d +%global gh_commit e1d6b8dc2e6abea3185b59da8b52002eb7dc9a87 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner onelogin %global gh_project php-saml @@ -17,7 +17,7 @@ Name: php-%{gh_owner}-%{gh_project} Group: Development/Libraries -Version: 2.10.3 +Version: 2.10.4 Release: 1%{?dist} Summary: SAML support for PHP @@ -128,6 +128,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 1 2017 Remi Collet <remi@remirepo.net> - 2.10.4-1 +- update to 2.10.4 + * Thu Jan 12 2017 Remi Collet <remi@remirepo.net> - 2.10.3-1 - update to 2.10.3 |