Skip to content

Commit 5b1bd32

Browse files
committed
Add changelog and bump version
1 parent 80a2383 commit 5b1bd32

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.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+
1420
## [0.14.0] - 2024-02-14
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.14.0'
4+
VERSION = '0.15.0'
55
end

0 commit comments

Comments
 (0)