Skip to content

Commit 8e7fc28

Browse files
release v4.0.6
1 parent 85b6d17 commit 8e7fc28

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
66

77
## Unreleased
88

9+
## [4.0.6] - 2024-09-18
10+
911
### :syringe: Fixed
1012

1113
- [#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))

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<VersionPrefix>4.0.5</VersionPrefix>
4+
<VersionPrefix>4.0.6</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
<!--
77
Only increment the assembly version on major version changes to help users reduce binding
@@ -10,7 +10,7 @@
1010
-->
1111
<AssemblyVersion>4.0.0.0</AssemblyVersion>
1212
<Authors>Mattias Kindborg</Authors>
13-
<Copyright>Copyright 2019-2022 Mattias Kindborg</Copyright>
13+
<Copyright>Copyright 2019-2024 Mattias Kindborg</Copyright>
1414
<Company />
1515
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1616
<NoWarn>1591;NU5105</NoWarn>

0 commit comments

Comments
 (0)