Skip to content

Commit b69fefd

Browse files
authored
Merge pull request #338 from microsoftgraph/release-please--branches--main--components--github.com/microsoftgraph/msgraph-sdk-go-core
chore(main): release 1.3.0
2 parents c6310dc + eaa44be commit b69fefd

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.1"
2+
".": "1.3.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.3.0](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.2.1...v1.3.0) (2025-03-13)
6+
7+
8+
### Features
9+
10+
* upgrades required go version from go1.18 to go 1.22 ([6a25397](https://github.com/microsoftgraph/msgraph-sdk-go-core/commit/6a25397741b5b20ea899f2a5a4389dc130205168))
11+
512
## [1.2.1](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.2.0...v1.2.1) (2024-08-26)
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.2.1"
5+
var CoreVersion = "1.3.0"
66

77
// x-release-please-end

0 commit comments

Comments
 (0)