From e84a6e652143ed23033ece03d032f613d4014d2a Mon Sep 17 00:00:00 2001 From: Bobby McDonald Date: Wed, 13 Apr 2022 14:28:11 -0400 Subject: [PATCH] Release 2.1.0 --- README.md | 2 +- lib/omniauth/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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