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

Commit 5dc1b22

Browse files
committed
- bumps version
1 parent 28eccba commit 5dc1b22

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [0.12.1] - 2023-01-18
15+
16+
### Changed
17+
18+
- Fixed an issue where module would be impossible to import.
19+
- Fixed an issue where the authentication provider would fail to return the token.
20+
1421
## [0.12.0] - 2023-01-17
1522

1623
### 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.12.0"
3+
VERSION = "0.12.1"
44
end
55
end
66

0 commit comments

Comments
 (0)