File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,20 @@ 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.0]
14
+ ## [ 1.0.0-rc.1] - 2023-09-26
15
+
16
+ ### Added
17
+
18
+ - Added managed identity login. Use ` mgc login --strategy ManagedIdentity ` to use it.
19
+
20
+ ### Changed
21
+
22
+ - Changed output encoding to ` utf-8 ` for better compatibility with other tools like ` jq ` [ #341 ]
23
+ - Fix line breaks on output [ #341 ]
24
+ - Fix headers parsing breaking on '=' in header value. [ #343 ]
25
+
26
+
27
+ ## [ 1.0.0-rc.0] - 2023-09-20
15
28
16
29
### Added
17
30
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.0 </Version >
10
+ <Version >1.0.0-rc.1 </Version >
11
11
</PropertyGroup >
12
12
13
13
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments