Skip to content

Commit 82109bc

Browse files
committed
Release: 2.2.0
1 parent c8c47fc commit 82109bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE-NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Master
44

5+
## 2.2.0
6+
7+
* Added new multi-request publishing workflow.
8+
* Fixed default permissions on Docker volumes.
9+
* FreeBSD platform names are now nicely displayed on the HTML builds page.
10+
511
## 2.1.0
612

713
* Added `PathBase` config option to allow hosting Robust.Cdn behind a subpath.

Robust.Cdn/Robust.Cdn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<AssemblyVersion>2.1.0</AssemblyVersion>
8+
<AssemblyVersion>2.2.0</AssemblyVersion>
99
</PropertyGroup>
1010

1111
<ItemGroup>

0 commit comments

Comments
 (0)