From ba115e1ac2c0364a8377c64946571c97f4b31cca Mon Sep 17 00:00:00 2001 From: Bobby McDonald Date: Tue, 2 Feb 2021 10:55:08 -0500 Subject: [PATCH] Prepare for 2.0.2 release --- README.md | 2 +- lib/omniauth/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca94a228..fd6437cc 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.1 [here](https://github.com/omniauth/omniauth/tree/v2.0.1). +This is the documentation for OmniAuth v2.0.2. ## 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 1ac09409..59c8028f 100644 --- a/lib/omniauth/version.rb +++ b/lib/omniauth/version.rb @@ -1,3 +1,3 @@ module OmniAuth - VERSION = '2.0.1'.freeze + VERSION = '2.0.2'.freeze end