Skip to content

Commit 2fd1054

Browse files
authored
RC2 release (#377)
1 parent 2d3b61f commit 2fd1054

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## [1.0.0-rc.2] - 2023-10-24
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Use stderr for log output. [#359]
21+
- Fix token refresh on incremental consent. [#352]
22+
- Convert `--json-no-indent` flag to `raw_json` output option. Use it via `--output raw_json`. [#362]
23+
- Improve error messages on authentication failure. [#369]
24+
- Remove `REQUIRED` text from output option description. [#362]
25+
- Always allow account selection on login.
26+
1427
## [1.0.0-rc.1] - 2023-09-26
1528

1629
### Added

src/msgraph-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ImplicitUsings>disable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<AssemblyName>mgc</AssemblyName>
10-
<Version>1.0.0-rc.1</Version>
10+
<Version>1.0.0-rc.2</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

0 commit comments

Comments
 (0)