Skip to content

Commit

Permalink
added changelog entry and bumped version in user agent handler to match
Browse files Browse the repository at this point in the history
  • Loading branch information
steveruckdashel committed Mar 18, 2024
1 parent f53cbde commit f074668
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.3.3] - 2024-03-19

- Fix bug where overriding http.DefaultTransport with an implementation other than http.Transport would result in an interface conversion panic

### Changed

## [1.3.2] - 2024-02-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion user_agent_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewUserAgentHandlerOptions() *UserAgentHandlerOptions {
return &UserAgentHandlerOptions{
Enabled: true,
ProductName: "kiota-go",
ProductVersion: "1.3.1",
ProductVersion: "1.3.3",
}
}

Expand Down

0 comments on commit f074668

Please sign in to comment.