Skip to content

Commit

Permalink
Added changelog entry and bumped version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangjing committed May 9, 2024
1 parent 9dc0839 commit 7578f1a
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.4] - 2024-05-09

### Changed

- Allow custom response handlers to return nil result values.

## [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
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.3",
ProductVersion: "1.3.4",
}
}

Expand Down

0 comments on commit 7578f1a

Please sign in to comment.