Skip to content

Commit

Permalink
Bump spid to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlibrera committed Aug 2, 2018
1 parent 14fc269 commit 04640c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [0.10.0] - 2018-08-02
### Added
- Handled Relay State in sso/slo responses
- session["spid"] initialized
Expand All @@ -15,7 +17,7 @@
- AllowCreate is not expected in NameIDPolicy element
- Redirects to idp will not cached anymore

## [0.9.0] - 2017-07-31
## [0.9.0] - 2018-07-31
### Added
- Rack middleware that handles spid login requests
- Rack middleware that handles spid logout requests
Expand Down Expand Up @@ -87,7 +89,8 @@
- Coveralls Integration
- Rubygems version badge in README

[Unreleased]: https://github.com/italia/spid-ruby/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/italia/spid-ruby/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/italia/spid-ruby/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/italia/spid-ruby/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/italia/spid-ruby/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/italia/spid-ruby/compare/v0.6.0...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/spid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Spid
VERSION = "0.9.0"
VERSION = "0.10.0"
end

0 comments on commit 04640c6

Please sign in to comment.