diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9aaf40..822b546 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.2" + ".": "1.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 86835d1..b29e9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.4.0](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.3.2...v1.4.0) (2025-09-11) + + +### Features + +* identity dep update ([e7d3b49](https://github.com/microsoftgraph/msgraph-sdk-go-core/commit/e7d3b4932d7b59092347221830d85ad53f30362b)) + ## [1.3.2](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.3.1...v1.3.2) (2025-04-02) diff --git a/version.go b/version.go index 5737a8c..6a60c1b 100644 --- a/version.go +++ b/version.go @@ -2,6 +2,6 @@ package msgraphgocore /** The SDK version */ // x-release-please-start-version -var CoreVersion = "1.3.2" +var CoreVersion = "1.4.0" // x-release-please-end