From d65eb59a010b8899569a45820da00f14d1c776aa Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:00:59 +0000 Subject: [PATCH] chore(main): release 0.105.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ graph_request_adapter.go | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a609cbf3106..8fffca7d73b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.105.0" + ".": "0.105.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d114d029fba..a930d952dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.105.1](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.105.0...v0.105.1) (2024-06-07) + + +### Features + +* **generation:** update request builders and models ([#420](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/420)) ([d194ac7](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/d194ac7ad655faabf75bdc1f0aca1338427c436d)) +* **generation:** update request builders and models ([#423](https://github.com/microsoftgraph/msgraph-beta-sdk-go/issues/423)) ([1f70078](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/1f700788172d7d9f17daa107fb8edbf2e10bd34f)) + + +### Bug Fixes + +* adds release please configuration ([16cf385](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/16cf3851f29490085dda11621f872e7605fab7be)) +* get adapter should not panic when not nil ([6992dd3](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/6992dd322a58df864585ff6918cd0030990e68e5)) +* package name ([5b9be54](https://github.com/microsoftgraph/msgraph-beta-sdk-go/commit/5b9be54738295f909060f9b13b1dc53d15e36e03)) + ## [0.105.0](https://github.com/microsoftgraph/msgraph-beta-sdk-go/compare/v0.104.0...v0.104.1) (2024-05-30) diff --git a/graph_request_adapter.go b/graph_request_adapter.go index 85e9d28a1ae..6ee0b84be65 100644 --- a/graph_request_adapter.go +++ b/graph_request_adapter.go @@ -12,7 +12,7 @@ var clientOptions = core.GraphClientOptions{ GraphServiceVersion: "beta", /** The SDK version */ // x-release-please-start-version - GraphServiceLibraryVersion: "0.105.0", + GraphServiceLibraryVersion: "0.105.1", // x-release-please-end }