Skip to content

Commit

Permalink
- bumps patch for release
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Aug 10, 2023
1 parent 66a1e31 commit 4250a61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/version_information.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module MicrosoftGraph
class VersionInformation
VERSION = "0.22.0"
VERSION = "0.22.1"
end
end

Expand Down

0 comments on commit 4250a61

Please sign in to comment.