Skip to content

Commit

Permalink
Add changelog line and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmrtn committed Feb 9, 2024
1 parent 67fdf18 commit 5721034
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.3.1] - 2024-02-09

### Added

### Changed

- Fix bug that resulted in the error "content is empty" being returned instead of HTTP status information if the request returned no content and an unsuccessful status code.

## [1.3.0] - 2024-01-22

### Added
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.1.0",
ProductVersion: "1.3.1",
}
}

Expand Down

0 comments on commit 5721034

Please sign in to comment.