diff --git a/CHANGELOG.md b/CHANGELOG.md index 623c2206..d108325b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large. -## Unreleased +## TShock 4.3.0.1 * Fixed a bug where /user group failing would output no error. (@nicatronTg) * Fixed a bug where /user group would fail. @(Enerdy) @@ -12,6 +12,9 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * DisableTombstones now works properly with the new golden gravestones. (@Enerdy) * REST module now properly catches exceptions during Start(). (@Patrikkk) * Added /expert command to toggle expert mode. (@WhiteXZ) +* Fixed pirate invasions. (@patrik) +* Fixed worldinfo packet. (@WhiteXZ) +* Fixed server passwords. (@Enerdy) ## TShock 4.3.0.0 diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index da0da18c..297c0ca0 100755 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -53,5 +53,5 @@ using System.Runtime.InteropServices; // 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) -[assembly: AssemblyVersion("4.3.0")] -[assembly: AssemblyFileVersion("4.3.0")] +[assembly: AssemblyVersion("4.3.1")] +[assembly: AssemblyFileVersion("4.3.1")] diff --git a/TerrariaServerAPI b/TerrariaServerAPI index fa9e1e19..02625efe 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit fa9e1e19757cde7b92c44687224f7435a8193c18 +Subproject commit 02625efea2cfc9b530f4c903af8f965d802f3b6e