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

Commit 4250a61

Browse files
committed
- bumps patch for release
1 parent 66a1e31 commit 4250a61

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.1] - 2023-08-10
15+
16+
### Changed
17+
18+
- Removed resume and time operations that have a file name longer than what gem build allows.
19+
1420
## [0.22.0] - 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.0"
3+
VERSION = "0.22.1"
44
end
55
end
66

0 commit comments

Comments
 (0)