Skip to content

Commit ff92c97

Browse files
committed
update version and changelog
1 parent b6c345a commit ff92c97

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.9.2] - 2024-01-06
15+
16+
### Changed
17+
18+
- Fix setting the root element and don't return empty values
19+
1420
## [0.9.1] - 2023-08-18
1521

1622
### Changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MicrosoftKiotaSerializationJson
4-
VERSION = "0.9.1"
4+
VERSION = "0.9.2"
55
end

0 commit comments

Comments
 (0)