Skip to content

Commit

Permalink
Release: 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jul 21, 2024
1 parent d582607 commit 4b501a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Master

## 2.1.0

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

## 2.0.2

* Fixed `/version/*` compatibility paths not working correctly.
Expand Down
2 changes: 1 addition & 1 deletion Robust.Cdn/Robust.Cdn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>2.0.2</AssemblyVersion>
<AssemblyVersion>2.1.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4b501a4

Please sign in to comment.