File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
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
+
14
27
## [ 1.0.0-rc.1] - 2023-09-26
15
28
16
29
### Added
Original file line number Diff line number Diff line change 7
7
<ImplicitUsings >disable</ImplicitUsings >
8
8
<Nullable >enable</Nullable >
9
9
<AssemblyName >mgc</AssemblyName >
10
- <Version >1.0.0-rc.1 </Version >
10
+ <Version >1.0.0-rc.2 </Version >
11
11
</PropertyGroup >
12
12
13
13
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments