Skip to content

Commit c11e0cd

Browse files
authored
Update version & changelog (#347)
1 parent 8b17807 commit c11e0cd

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

1212
### Changed
1313

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
1528

1629
### Added
1730

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.0</Version>
10+
<Version>1.0.0-rc.1</Version>
1111
</PropertyGroup>
1212

1313
<PropertyGroup>

0 commit comments

Comments
 (0)