diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9041f1a..debfde2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.4.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a4124d0..1e8a443 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.2](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.4.1...v1.4.2) (2026-08-12) + + +### Bug Fixes + +* add missing image and enable Go module proxy in daily CI build ([#384](https://github.com/microsoftgraph/msgraph-sdk-go-core/issues/384)) ([b8f2840](https://github.com/microsoftgraph/msgraph-sdk-go-core/commit/b8f2840c3256d649fa1d1e9ee982823d36909934)) + ## [1.4.1](https://github.com/microsoftgraph/msgraph-sdk-go-core/compare/v1.4.0...v1.4.1) (2026-05-14) diff --git a/version.go b/version.go index 5d99240..27826fa 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.1" +var CoreVersion = "1.4.2" // x-release-please-end