We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1c177 commit df4ee87Copy full SHA for df4ee87
CHANGELOG.md
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
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
20
## [0.13.0] - 2024-02-05
21
22
lib/microsoft_kiota_faraday/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MicrosoftKiotaFaraday
4
- VERSION = '0.13.0'
+ VERSION = '0.14.0'
5
end
0 commit comments