Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Bump version to 2.8.0
Browse files Browse the repository at this point in the history
and update CHANGELOG

[skip ci]
  • Loading branch information
tobiashm committed Apr 19, 2018
1 parent 44441d1 commit a8e643d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.8.0

* Fix `admin/mkassoc` script.
See https://github.com/openid/ruby-openid/pull/103
* Allow spcifying timeout for `OpenID::StandardFetcher` in environment variables.
See https://github.com/openid/ruby-openid/pull/109
* Fixed some documentation.
See https://github.com/openid/ruby-openid/pull/111
* Fixed example server.
See https://github.com/openid/ruby-openid/pull/91
* Fixed tests.
See https://github.com/openid/ruby-openid/pull/86
* Misc. changes to the CI setup.
See
- https://github.com/openid/ruby-openid/pull/110
- https://github.com/openid/ruby-openid/pull/108
- https://github.com/openid/ruby-openid/pull/107

## 2.7.0

* Use RFC 2396 compatible URI parser for trustroot - 7c84ec9ced3ccbdad575e02dbfa81e53b52f909e
Expand Down
2 changes: 1 addition & 1 deletion lib/openid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OpenID
VERSION = "2.7.0"
VERSION = "2.8.0"
end

0 comments on commit a8e643d

Please sign in to comment.