Release 2.1.0

This commit is contained in:
Bobby McDonald 2022-04-13 14:28:11 -04:00
parent da210c7fcf
commit e84a6e6521
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
[codeclimate]: https://codeclimate.com/github/omniauth/omniauth
[coveralls]: https://coveralls.io/r/omniauth/omniauth
This is the documentation for the in-development branch of OmniAuth. You can view the documentation for our latest release v2.0.4 [here](https://github.com/omniauth/omniauth/tree/v2.0.4).
This is the documentation for our latest release [v2.1.0](https://github.com/omniauth/omniauth/releases/tag/v2.1.0).
## An Introduction
OmniAuth is a library that standardizes multi-provider authentication for

View File

@ -1,3 +1,3 @@
module OmniAuth
VERSION = '2.0.4'.freeze
VERSION = '2.1.0'.freeze
end