Skip to content

Commit 592eea4

Browse files
authoredMar 24, 2025··
Merge pull request #197 from microsoft/release-please--branches--main--components--github.com/microsoft/kiota-http-go
chore(main): release 1.5.1
2 parents 4a57c46 + afc0228 commit 592eea4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎.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.0"
2+
".": "1.5.1"
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.1](https://github.com/microsoft/kiota-http-go/compare/v1.5.0...v1.5.1) (2025-03-24)
6+
7+
8+
### Bug Fixes
9+
10+
* upgrades common go dependency to solve triming issues ([4a57c46](https://github.com/microsoft/kiota-http-go/commit/4a57c4687dec3e8d6801538c458cab19f47a480d))
11+
* upgrades common go dependency to solve triming issues ([d1aa07f](https://github.com/microsoft/kiota-http-go/commit/d1aa07f2a1b9c0d21f5808a8be41c65f236c8929))
12+
513
## [1.5.0](https://github.com/microsoft/kiota-http-go/compare/v1.4.7...v1.5.0) (2025-03-13)
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.0",
47+
ProductVersion: "1.5.1",
4848
// x-release-please-end
4949
}
5050
}

0 commit comments

Comments
 (0)
Please sign in to comment.