Skip to content

Commit

Permalink
chore: bumps patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Dec 13, 2024
1 parent 9e9182b commit bea82e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.6] - 2024-12-13

### Changed

- Fixed a bug where headers inspection handler would fail upon receiving an error.

## [1.4.5] - 2024-09-03

### Changed

- Fixed a bug in compression middleware which caused empty body to send on retries

## [1.4.4] - 2024-08-13
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.4.5",
ProductVersion: "1.4.6",
}
}

Expand Down

0 comments on commit bea82e7

Please sign in to comment.