Skip to content

Commit 6c681d7

Browse files
authored
Merge pull request #201 from microsoft/release-please--branches--main--components--github.com/microsoft/kiota-http-go
chore(main): release 1.5.2
2 parents 42c2137 + 3f4d804 commit 6c681d7

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.1"
2+
".": "1.5.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [1.5.2](https://github.com/microsoft/kiota-http-go/compare/v1.5.1...v1.5.2) (2025-04-02)
6+
7+
8+
### Bug Fixes
9+
10+
* removes common go dependency ([42c2137](https://github.com/microsoft/kiota-http-go/commit/42c21377c7d3af3863bfcfcf28956cdaad99c850))
11+
* removes common go dependency ([df1bf28](https://github.com/microsoft/kiota-http-go/commit/df1bf281692b9b3dede2f1a845cb590c0a490717))
12+
513
## [1.5.1](https://github.com/microsoft/kiota-http-go/compare/v1.5.0...v1.5.1) (2025-03-24)
614

715

user_agent_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func NewUserAgentHandlerOptions() *UserAgentHandlerOptions {
4444
ProductName: "kiota-go",
4545
/** The package version */
4646
// x-release-please-start-version
47-
ProductVersion: "1.5.1",
47+
ProductVersion: "1.5.2",
4848
// x-release-please-end
4949
}
5050
}

0 commit comments

Comments
 (0)