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 b6c345a commit ff92c97Copy full SHA for ff92c97
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.9.2] - 2024-01-06
15
+
16
+### Changed
17
18
+- Fix setting the root element and don't return empty values
19
20
## [0.9.1] - 2023-08-18
21
22
lib/microsoft_kiota_serialization_json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MicrosoftKiotaSerializationJson
4
- VERSION = "0.9.1"
+ VERSION = "0.9.2"
5
end
0 commit comments