diff --git a/changelog.md b/changelog.md index 4b55c942e..8603043dd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # RubySaml Changelog +### 0.8.3 (Feb 27, 2018) +* Fix vulnerability CVE-2017-11428. Process text of nodes properly, ignoring comments +* Fix DigestMethod lookup bug #144 + ### 0.8.2 (Jan 26, 2014) * [#183](https://github.com/onelogin/ruby-saml/pull/183) Resolved a security vulnerability where string interpolation in a `REXML::XPath.first()` method call allowed for arbitrary code execution. diff --git a/lib/onelogin/ruby-saml/version.rb b/lib/onelogin/ruby-saml/version.rb index f49e800c5..9145d42cf 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.8.2' + VERSION = '0.8.3' end end