diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ad37080..2eea22e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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. diff --git a/Robust.Cdn/Robust.Cdn.csproj b/Robust.Cdn/Robust.Cdn.csproj index 56c16b5..c892553 100644 --- a/Robust.Cdn/Robust.Cdn.csproj +++ b/Robust.Cdn/Robust.Cdn.csproj @@ -5,7 +5,7 @@ enable enable true - 2.0.2 + 2.1.0