diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1589e883..56fa4eec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 316f5f55..8abea50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.1...v1.2.2) (2024-07-25) + + +### Bug Fixes + +* only fetch valid X.509 certificates from the certificate store ([#425](https://github.com/microsoftgraph/msgraph-cli-core/issues/425)) ([79db8c9](https://github.com/microsoftgraph/msgraph-cli-core/commit/79db8c90ea8a93d0f82847f2ea4e6dce3a1d8f52)) + ## [1.2.1](https://github.com/microsoftgraph/msgraph-cli-core/compare/v1.2.0...v1.2.1) (2024-02-13) diff --git a/src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj b/src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj index d232b560..da66033d 100644 --- a/src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj +++ b/src/Microsoft.Graph.Cli.Core/Microsoft.Graph.Cli.Core.csproj @@ -7,7 +7,7 @@ enable portable - 1.2.1 + 1.2.2 true 1.0.0