diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 822b546..9041f1a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b29e9c5..a4124d0 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.1](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.4.0...v1.4.1) (2026-05-14) + + +### Bug Fixes + +* **deps:** bump kiota and azcore dependencies ([#372](https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/372)) ([a0ba535](https://github.com/microsoftgraph/msgraph-sdk-go-core/commit/a0ba535b08923091c1eda8d336ce6bf1a4112fc8)) + ## [1.4.0](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.3.2...v1.4.0) (2025-09-11) diff --git a/version.go b/version.go index 6a60c1b..5d99240 100644 --- a/version.go +++ b/version.go @@ -2,6 +2,6 @@ package msgraphgocore /** The SDK version */ // x-release-please-start-version -var CoreVersion = "1.4.0" +var CoreVersion = "1.4.1" // x-release-please-end