We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1333393 commit 3ea02baCopy full SHA for 3ea02ba
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### 3.13.0
2
+* Allow iterating of multiple certificates on signature verification, thanks @nov and @nhosoya
3
+
4
### 3.12.0
5
* Raise Saml::Errors::SignatureMissing when Response element is not signed, thanks again @nov
6
* Fixed issue with ActiveSupport > 7.0.0, thanks @nhosoya for the fix
lib/saml/version.rb
@@ -1,3 +1,3 @@
module Saml
- VERSION = '3.12.0'.freeze
+ VERSION = '3.13.0'.freeze
end
0 commit comments