Skip to content

Commit 62f024a

Browse files
committed
- bumps version number
1 parent effe6c9 commit 62f024a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [0.12.0] - 2023-03-28
15+
16+
### Changed
17+
18+
- Updated kiota abstractions reference
1419
- Bumped minimum required ruby version to 3.0.
1520

1621
## [0.11.0] - 2023-01-10
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MicrosoftKiotaFaraday
4-
VERSION = '0.11.0'
4+
VERSION = '0.12.0'
55
end

microsoft_kiota_faraday.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828
spec.bindir = 'bin'
2929
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3030
spec.require_paths = ['lib']
31-
spec.add_runtime_dependency 'microsoft_kiota_abstractions', '>= 0.13', '< 0.15'
31+
spec.add_runtime_dependency 'microsoft_kiota_abstractions', '~> 0.14.0'
3232
spec.add_runtime_dependency 'faraday', '~> 2.7', '>= 2.7.2'
3333
spec.add_development_dependency 'rake', '~> 13.0'
3434
spec.add_development_dependency 'rspec', '~> 3.0'

0 commit comments

Comments
 (0)