Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 4281074

Browse files
authored
Merge pull request #189 from noah-stahl/bump-version-0.22.2
bumps version number
2 parents e999cf2 + 896761a commit 4281074

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.22.2] - 2024-02-16
15+
16+
### Changed
17+
18+
- Aligns kiota dependencies versions.
19+
1420
## [0.22.1] - 2023-08-10
1521

1622
### Changed

lib/version_information.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module MicrosoftGraph
22
class VersionInformation
3-
VERSION = "0.22.1"
3+
VERSION = "0.22.2"
44
end
55
end
66

0 commit comments

Comments
 (0)