Skip to content

Commit

Permalink
chore(main): release 1.48.0 (#771)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 11, 2024
1 parent 579240c commit bd43bef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.47.0"
".": "1.48.0"
}

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [1.48.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.47.0...v1.48.0) (2024-09-11)


### Features

* **generation:** update request builders and models ([#770](https://github.com/microsoftgraph/msgraph-sdk-go/issues/770)) ([579240c](https://github.com/microsoftgraph/msgraph-sdk-go/commit/579240cf711ba74d346bc4e02a8288d8b45975ec))

## [1.47.0](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.46.0...v1.47.0) (2024-08-06)


Expand Down
2 changes: 1 addition & 1 deletion graph_request_adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var clientOptions = core.GraphClientOptions{
GraphServiceVersion: "", //v1 doesn't include the service version in the telemetry header
/** The SDK version */
// x-release-please-start-version
GraphServiceLibraryVersion: "1.47.0",
GraphServiceLibraryVersion: "1.48.0",
// x-release-please-end
}

Expand Down

0 comments on commit bd43bef

Please sign in to comment.