Skip to content

Commit

Permalink
RC2 release (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Oct 24, 2023
1 parent 2d3b61f commit 2fd1054
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.0.0-rc.2] - 2023-10-24

### Added

### Changed

- Use stderr for log output. [#359]
- Fix token refresh on incremental consent. [#352]
- Convert `--json-no-indent` flag to `raw_json` output option. Use it via `--output raw_json`. [#362]
- Improve error messages on authentication failure. [#369]
- Remove `REQUIRED` text from output option description. [#362]
- Always allow account selection on login.

## [1.0.0-rc.1] - 2023-09-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/msgraph-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>mgc</AssemblyName>
<Version>1.0.0-rc.1</Version>
<Version>1.0.0-rc.2</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 2fd1054

Please sign in to comment.