CHANGES.md in rails-auth-2.1.4 vs CHANGES.md in rails-auth-2.2.0

- old
+ new

@@ -1,5 +1,21 @@ +### 2.2.0 (2019-12-05) + +* [#55](https://github.com/square/rails-auth/pull/55) + Allow dynamic injection of credentials. + ([@drcapulet]) + +* [#59](https://github.com/square/rails-auth/pull/59) + Expose X.509 Subject Alternative Name extension + in the Rails::Auth::X509::Certificate and provide a convenience + method `spiffe_id` to expose [SPIFFE ID](https://spiffe.io). + ([@mbyczkowski]) + +* [#57](https://github.com/square/rails-auth/pull/57) + Add support for latest versions of Ruby, JRuby and Bundler 2. + ([@mbyczkowski]) + ### 2.1.4 (2018-07-12) * [#51](https://github.com/square/rails-auth/pull/51) Fix bug in `permit` custom matcher so that a description is rendered. ([@yellow-beard]) @@ -182,8 +198,11 @@ ### 0.0.0 (2016-01-04) * Vaporware release to claim the "rails-auth" gem name -[@tarcieri]: https://github.com/tarcieri -[@ewr]: https://github.com/ewr [@drcapulet]: https://github.com/drcapulet +[@ewr]: https://github.com/ewr +[@mbyczkowski]: https://github.com/mbyczkowski +[@nerdrew]: https://github.com/nerdrew +[@tarcieri]: https://github.com/tarcieri +[@yellow-beard]: https://github.com/yellow-beard