Skip to content

Commit

Permalink
Change version to 1.0.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth-Rewind authored Sep 26, 2023
1 parent 5f65216 commit 247f93c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
20 changes: 0 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
# Changelog

## [1.1.3]

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

## [1.1.2]

- Publish new Gem Version with CD

## [1.1.1]

- Build Gem with ruby 3.2.2 and remove mfa for gem publishing CD

## [1.1.0]

- Update ruby version, add CI, rubocop autocorrect

## [1.0.0]

- Initial Release

## [0.1.0]

- Initial version!
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
omniauth-azure-devops (1.1.3)
omniauth-azure-devops (1.0.0)
omniauth (>= 1, < 3)
omniauth-oauth2 (~> 1.8.0)
omniauth-oauth2 (~> 1.1)

GEM
remote: https://rubygems.org/
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.3'
VERSION = '1.0.0'
end
end
2 changes: 1 addition & 1 deletion omniauth-azure-devops.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.2'

gem.add_runtime_dependency 'omniauth', '>= 1', '< 3'
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.8.0'
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'
end

0 comments on commit 247f93c

Please sign in to comment.