Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 0d81c2f

Browse files
authored
chore(main): release 1.2.1 (#348)
1 parent eba1c70 commit 0d81c2f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.0...v1.2.1) (2024-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* fix bug with authentication failure when environment is changed ([#347](https://github.com/microsoftgraph/msgraph-cli-core/issues/347)) ([eba1c70](https://github.com/microsoftgraph/msgraph-cli-core/commit/eba1c70f49ada4fafaf05a647fed580b60c6a6d1)), closes [#346](https://github.com/microsoftgraph/msgraph-cli-core/issues/346)
9+
310
## [1.2.0](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.1.0...v1.2.0) (2024-02-05)
411

512

src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
99
<DebugType>embedded</DebugType>
10-
<Version>1.2.0</Version>
10+
<Version>1.2.1</Version>
1111
<IsTrimmable>true</IsTrimmable>
1212

1313
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>

0 commit comments

Comments
 (0)