diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb2820800..a8352c31f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [0.22.1] - 2023-08-10 + +### Changed + +- Removed resume and time operations that have a file name longer than what gem build allows. + ## [0.22.0] - 2023-08-10 ### Changed diff --git a/lib/version_information.rb b/lib/version_information.rb index 0e124f3137..9810c17dba 100644 --- a/lib/version_information.rb +++ b/lib/version_information.rb @@ -1,6 +1,6 @@ module MicrosoftGraph class VersionInformation - VERSION = "0.22.0" + VERSION = "0.22.1" end end