Skip to content

Commit df4ee87

Browse files
committed
Bump version and add changelog entry for 0.14.0
1 parent 8f1c177 commit df4ee87

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

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

1212
### Changed
1313

14+
## [0.14.0] - 2024-02-14
15+
16+
### Changed
17+
18+
- Make sure the base_url is set when calling authenticate_request. [#27](https://github.com/microsoft/kiota-http-ruby/pull/27)
19+
1420
## [0.13.0] - 2024-02-05
1521

1622
### Changed

Diff for: lib/microsoft_kiota_faraday/version.rb

+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.13.0'
4+
VERSION = '0.14.0'
55
end

0 commit comments

Comments
 (0)