Skip to content

Commit

Permalink
Update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth-Rewind committed Sep 26, 2023
1 parent 2626ee8 commit 63b6f46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## [1.1.3]

- Update the CD to look for version file in all sub-folders

## [1.1.2]

- Publish new Gem Version with CI
- Publish new Gem Version with CD

## [1.1.1]

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
omniauth-azure-devops (1.1.2)
omniauth-azure-devops (1.1.3)
omniauth (>= 1, < 3)
omniauth-oauth2 (~> 1.8.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/omni_auth/azure_devops/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module AzureDevops
VERSION = '1.1.2'
VERSION = '1.1.3'
end
end

0 comments on commit 63b6f46

Please sign in to comment.