diff --git a/CHANGELOG.md b/CHANGELOG.md index 8affe10..d13d1ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## [Unreleased] +## 1.0.0 (2023-05-23) + + +### Features + +* add Outseta strategy ([4cf016d](https://github.com/tiltcamp/omniauth-outseta/commit/4cf016dcac2053085ab72decb05001006a22d818)) + ## [0.1.0] - 2023-05-22 - Initial release diff --git a/Gemfile.lock b/Gemfile.lock index 6969ea1..141655f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - omniauth-outseta (0.1.0) + omniauth-outseta (1.0.0) jwt (~> 2.7) omniauth (~> 1.9.2) openssl (~> 3.1.0) diff --git a/lib/omniauth/outseta/version.rb b/lib/omniauth/outseta/version.rb index c26b42d..cb02ebc 100644 --- a/lib/omniauth/outseta/version.rb +++ b/lib/omniauth/outseta/version.rb @@ -2,6 +2,6 @@ module Omniauth module Outseta - VERSION = "0.1.0" + VERSION = "1.0.0" end end