From e2937f6f4bd96f863250841e9daceb60a1c0ec07 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:06:47 +0000 Subject: [PATCH] chore(main): release 1.4.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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