Skip to content

Commit 247f93c

Browse files
authored
Change version to 1.0.0 (#8)
1 parent 5f65216 commit 247f93c

File tree

4 files changed

+4
-24
lines changed

4 files changed

+4
-24
lines changed

CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# Changelog
22

3-
## [1.1.3]
4-
5-
- Update the CD to look for version file in all sub-folders
6-
7-
## [1.1.2]
8-
9-
- Publish new Gem Version with CD
10-
11-
## [1.1.1]
12-
13-
- Build Gem with ruby 3.2.2 and remove mfa for gem publishing CD
14-
15-
## [1.1.0]
16-
17-
- Update ruby version, add CI, rubocop autocorrect
18-
193
## [1.0.0]
204

215
- Initial Release
22-
23-
## [0.1.0]
24-
25-
- Initial version!

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-azure-devops (1.1.3)
4+
omniauth-azure-devops (1.0.0)
55
omniauth (>= 1, < 3)
6-
omniauth-oauth2 (~> 1.8.0)
6+
omniauth-oauth2 (~> 1.1)
77

88
GEM
99
remote: https://rubygems.org/

lib/omni_auth/azure_devops/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module AzureDevops
5-
VERSION = '1.1.3'
5+
VERSION = '1.0.0'
66
end
77
end

omniauth-azure-devops.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
2929
gem.required_ruby_version = '>= 3.2'
3030

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

0 commit comments

Comments
 (0)