Skip to content

Commit

Permalink
Update version & changelog (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage authored Sep 26, 2023
1 parent 8b17807 commit c11e0cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

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

### Added

- Added managed identity login. Use `mgc login --strategy ManagedIdentity` to use it.

### Changed

- Changed output encoding to `utf-8` for better compatibility with other tools like `jq` [#341]
- Fix line breaks on output [#341]
- Fix headers parsing breaking on '=' in header value. [#343]


## [1.0.0-rc.0] - 2023-09-20

### 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.0</Version>
<Version>1.0.0-rc.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit c11e0cd

Please sign in to comment.