Skip to content

Commit d275c3a

Browse files
author
stevecwilkinson
committed
doc: updated release note
1 parent 13b31dd commit d275c3a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/releases.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Releases
22

3+
# 1.1.1
4+
5+
Full changelog: [1.0.36 -> 1.1.1](https://github.com/codefactors/StandardWebhooks/compare/1.0.36...1.1.1)
6+
7+
## What's Changed
8+
9+
### Update
10+
- Feat: Migrated to SVIX implementation of webhook verification which is faster and allocates
11+
less - many thanks @Hawky for the contribution
12+
- Chore: Updated dependency (xunit.runner.visualstudio)
13+
314
# 1.0.36
415

516
Full changelog: [1.0.35 -> 1.0.36](https://github.com/codefactors/StandardWebhooks/compare/1.0.35...1.0.36)

test/StandardWebhooks.Tests/StandardWebhooks.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)