diff --git a/CHANGELOG.md b/CHANGELOG.md index 8221ec5..085dbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.1.2] + +- Publish new Gem Version with CI + ## [1.1.1] - Build Gem with ruby 3.2.2 and remove mfa for gem publishing CD diff --git a/Gemfile.lock b/Gemfile.lock index 3835fb2..ddabdb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - omniauth-azure-devops (1.1.1) + omniauth-azure-devops (1.1.2) omniauth (>= 1, < 3) omniauth-oauth2 (~> 1.8.0) diff --git a/lib/omni_auth/azure_devops/version.rb b/lib/omni_auth/azure_devops/version.rb index fd3ed55..ac4ce79 100644 --- a/lib/omni_auth/azure_devops/version.rb +++ b/lib/omni_auth/azure_devops/version.rb @@ -2,6 +2,6 @@ module OmniAuth module AzureDevops - VERSION = '1.1.1' + VERSION = '1.1.2' end end