Skip to content

Commit

Permalink
release v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Sep 18, 2024
1 parent 85b6d17 commit 8e7fc28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi

## Unreleased

## [4.0.6] - 2024-09-18

### :syringe: Fixed

- [#1155](https://github.com/FantasticFiasco/aws-signature-version-4/issues/1155) Multi-part user-agent header is joined incorrectly leading to AWS signature failures (contribution by [@mungojam](https://github.com/mungojam))
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<VersionPrefix>4.0.5</VersionPrefix>
<VersionPrefix>4.0.6</VersionPrefix>
<VersionSuffix></VersionSuffix>
<!--
Only increment the assembly version on major version changes to help users reduce binding
Expand All @@ -10,7 +10,7 @@
-->
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<Authors>Mattias Kindborg</Authors>
<Copyright>Copyright 2019-2022 Mattias Kindborg</Copyright>
<Copyright>Copyright 2019-2024 Mattias Kindborg</Copyright>
<Company />
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1591;NU5105</NoWarn>
Expand Down

0 comments on commit 8e7fc28

Please sign in to comment.