We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a2383 commit 5b1bd32Copy full SHA for 5b1bd32
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.15.0] - 2024-02-16
15
+
16
+### Changed
17
18
+- Ensure get_parse_node does not fail when response body is empty. [#27](https://github.com/microsoft/kiota-http-ruby/pull/28)
19
20
## [0.14.0] - 2024-02-14
21
22
lib/microsoft_kiota_faraday/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MicrosoftKiotaFaraday
4
- VERSION = '0.14.0'
+ VERSION = '0.15.0'
5
end
0 commit comments