Skip to content

Commit c05e0ef

Browse files
author
Tobias Haagen Michaelsen
committed
Update CHANGELOG.md
1 parent 184518b commit c05e0ef

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 2.9.1
4+
5+
* Updated CHANGELOG.md
6+
7+
## 2.9.0
8+
9+
* Remove deprecated `autorequire` from gemspec.
10+
[#123](https://github.com/openid/ruby-openid/pull/123)
11+
* Rescue from `Yadis::XRI::XRIHTTPError` on discovery.
12+
[#106](https://github.com/openid/ruby-openid/pull/106)
13+
* Avoid SSRF for claimed_id request.
14+
[#121](https://github.com/openid/ruby-openid/pull/121)
15+
* Updated documentation.
16+
[#115](https://github.com/openid/ruby-openid/pull/115), [#116](https://github.com/openid/ruby-openid/pull/116), [#117](https://github.com/openid/ruby-openid/pull/117), [#118](https://github.com/openid/ruby-openid/pull/118)
17+
* Reduce warnings output in test runs.
18+
[#119](https://github.com/openid/ruby-openid/pull/119)
19+
* Drop deprecated option from gemspec.
20+
[#120](https://github.com/openid/ruby-openid/pull/120)
21+
* Remove circular require.
22+
[#113](https://github.com/openid/ruby-openid/pull/113)
23+
* Updated Travis CI config with Ruby 2.6
24+
[#114](https://github.com/openid/ruby-openid/pull/114)
25+
* Simplify Bundler require; remove need for extra `:require`.
26+
[#112](https://github.com/openid/ruby-openid/pull/112)
27+
328
## 2.8.0
429

530
* Fix `admin/mkassoc` script.

0 commit comments

Comments
 (0)