Skip to content

Commit

Permalink
Merge pull request #170 from microsoft/hotifx/version
Browse files Browse the repository at this point in the history
- fixes version bump for merge of #168 and #169
  • Loading branch information
baywet committed May 9, 2024
2 parents afc0304 + 40107f0 commit f4dcd36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

## [1.4.0] - 2024-05-09

- Support retry after as a date.

## [1.3.4] - 2024-05-09
## [1.4.1] - 2024-05-09

### Changed

- Allow custom response handlers to return nil result values.

## [1.4.0] - 2024-05-09

- Support retry after as a date.

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

Expand Down

0 comments on commit f4dcd36

Please sign in to comment.