From 66d7ddec0ca122f120fa01c6d9bd1782e1a00a4e Mon Sep 17 00:00:00 2001 From: Peter Philips Date: Fri, 29 Apr 2022 08:16:09 -0700 Subject: [PATCH 1/2] Bump version --- lib/omniauth/microsoft_graph/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth/microsoft_graph/version.rb b/lib/omniauth/microsoft_graph/version.rb index 68baa1d..60c87fc 100644 --- a/lib/omniauth/microsoft_graph/version.rb +++ b/lib/omniauth/microsoft_graph/version.rb @@ -1,5 +1,5 @@ module OmniAuth module MicrosoftGraph - VERSION = "1.0.0" + VERSION = "1.1.0" end end From 3ebb012a3a94f92bf380459c1e7adf38fdf134b5 Mon Sep 17 00:00:00 2001 From: Peter Philips Date: Fri, 29 Apr 2022 08:19:41 -0700 Subject: [PATCH 2/2] Remove branch restriction --- .github/workflows/ruby.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index e26f6ed..f8dc32f 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -9,9 +9,7 @@ name: Ruby on: push: - branches: [ master ] pull_request: - branches: [ master ] jobs: test: