Skip to content

Commit 0fcc2e8

Browse files
Merge pull request #361 from microsoftgraph/release-please--branches--main--components--github.com/microsoftgraph/msgraph-sdk-go-core
chore(main): release 1.4.0
2 parents e7d3b49 + 7ff0831 commit 0fcc2e8

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.3.2"
2+
".": "1.4.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.4.0](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.3.2...v1.4.0) (2025-09-11)
6+
7+
8+
### Features
9+
10+
* identity dep update ([e7d3b49](https://github.com/microsoftgraph/msgraph-sdk-go-core/commit/e7d3b4932d7b59092347221830d85ad53f30362b))
11+
512
## [1.3.2](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.3.1...v1.3.2) (2025-04-02)
613

714

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package msgraphgocore
22

33
/** The SDK version */
44
// x-release-please-start-version
5-
var CoreVersion = "1.3.2"
5+
var CoreVersion = "1.4.0"
66

77
// x-release-please-end

0 commit comments

Comments
 (0)