Skip to content

Commit

Permalink
Bump version 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdongelmans committed Feb 11, 2021
1 parent 07a8537 commit ac82910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.9.2
* Add include_key_retrieval_method to assertion encryption, thanks @nov

### 3.9.1
* Add error handling in HTTPPost.receive_message, thanks @soartec-lab
* Add optional SessionNotOnOrAfter to AuthnStatement, thanks @truongnmt
Expand Down
2 changes: 1 addition & 1 deletion lib/saml/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Saml
VERSION = '3.9.1'
VERSION = '3.9.2'.freeze
end

0 comments on commit ac82910

Please sign in to comment.