Skip to content

Commit 990e870

Browse files
authoredApr 3, 2025
Merge pull request #202 from microsoft/release-please--branches--main--components--github.com/microsoft/kiota-http-go
chore(main): release 1.5.3
2 parents beeb32d + f5be287 commit 990e870

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.2"
2+
".": "1.5.3"
33
}

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [1.5.3](https://github.com/microsoft/kiota-http-go/compare/v1.5.2...v1.5.3) (2025-04-03)
6+
7+
8+
### Bug Fixes
9+
10+
* adding middleware with options errors with "unsupported option type" ([beeb32d](https://github.com/microsoft/kiota-http-go/commit/beeb32db1f6a5ebabfd4efdf66d701a6d12ed43f))
11+
512
## [1.5.2](https://github.com/microsoft/kiota-http-go/compare/v1.5.1...v1.5.2) (2025-04-02)
613

714

‎user_agent_handler.go

+1-1
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.2",
47+
ProductVersion: "1.5.3",
4848
// x-release-please-end
4949
}
5050
}

0 commit comments

Comments
 (0)