diff --git a/changelog.md b/changelog.md index 3e730d67d..6ffb70208 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ # RubySaml Changelog + +### 0.9.3 (Feb 27, 2018) +* Fix vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments + ### 0.9.2 (Apr 28, 2015) * [#216](https://github.com/onelogin/ruby-saml/pull/216) Add fingerprint algorithm support * [#218](https://github.com/onelogin/ruby-saml/pull/218) Update README.md diff --git a/lib/onelogin/ruby-saml/version.rb b/lib/onelogin/ruby-saml/version.rb index 3be7aaabf..659b6dc58 100644 --- a/lib/onelogin/ruby-saml/version.rb +++ b/lib/onelogin/ruby-saml/version.rb @@ -1,5 +1,5 @@ module OneLogin module RubySaml - VERSION = '0.9.2' + VERSION = '0.9.3' end end