diff --git a/README.md b/README.md index aba9803..47c31c0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/omniauth/version.rb b/lib/omniauth/version.rb index 7cad3f5..89b70e5 100644 --- a/lib/omniauth/version.rb +++ b/lib/omniauth/version.rb @@ -1,3 +1,3 @@ module OmniAuth - VERSION = '2.0.4'.freeze + VERSION = '2.1.0'.freeze end