diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index 3a17b4d94..755921e99 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -18,7 +18,7 @@ Also, be sure to release on github with the exact assembly version tag as below so that the update manager works correctly (via the Github releases api and mimic) --> - 5.1.0 + 5.1.1 TShock for Terraria Pryaxis & TShock Contributors TShockAPI diff --git a/TerrariaServerAPI b/TerrariaServerAPI index c9ca021a0..d2a57019a 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit c9ca021a09f6dbbcddf3edb7f40806675683959f +Subproject commit d2a57019ac702675f6fcd715171d7fc4a55eca1c diff --git a/docs/changelog.md b/docs/changelog.md index aad438818..2ea42f37e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -80,7 +80,7 @@ Use past tense when adding new entries; sign your name off when you add or chang ## Upcoming changes * Your changes could be here! -## TShock 5.1.0 +## TShock 5.1.1 * Fixed item giving potentially dropping too many items. (@PotatoCider, @punchready) * Excluded GeoIP.dat from release bundle. (@SignatureBeef) * Added `TownSlimeRed` to `FishableNpcIDs` list, allowing it to be fished up. (@drunderscore) @@ -125,6 +125,10 @@ The following translators contributed changes from November 1, 2022 to November |Marotheit | Pirate English | 7| |ATFGK | Chinese Simplified | 4| +## TShock 5.1.0 + +This release was scrubbed. All changes have been re-allocated to the 5.1.1 release. We consider a verison "final" after the tick and do not apply more changes. Thus, we were unable to simply release 5.0.0 as-is, as a late-breaking bug was discovered and fixed after the tick. + ## TShock 5.0.0 * Reduced load/save console spam. (@SignatureBeef, @YehnBeep) * Replaced SQLite library with Microsoft.Data.Sqlite for arm64 support. (@SignatureBeef)