diff --git a/CHANGELOG.md b/CHANGELOG.md index e99d9db57..9801acac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change. ## Upcoming changes +* You could be here! + +## TShock 4.5.16 +* Added preliminary support for Terraria 1.4.3.6. (@SignatureBeef, @hakusaro) ## TShock 4.5.15 * Added preliminary support for Terraria 1.4.3.5. (@SignatureBeef, @hakusaro) diff --git a/TShockAPI/Properties/AssemblyInfo.cs b/TShockAPI/Properties/AssemblyInfo.cs index ace87f43b..1ff3c5854 100644 --- a/TShockAPI/Properties/AssemblyInfo.cs +++ b/TShockAPI/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ You should have received a copy of the GNU General Public License [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Re-Logic, Pryaxis & TShock Contributors")] [assembly: AssemblyProduct("TShockAPI")] -[assembly: AssemblyCopyright("Copyright © Re-Logic, Pryaxis & TShock Contributors 2011-2021")] +[assembly: AssemblyCopyright("Copyright © Re-Logic, Pryaxis & TShock Contributors 2011-2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -53,5 +53,5 @@ You should have received a copy of the GNU General Public License // 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.5.15")] -[assembly: AssemblyFileVersion("4.5.15")] +[assembly: AssemblyVersion("4.5.16")] +[assembly: AssemblyFileVersion("4.5.16")] diff --git a/TerrariaServerAPI b/TerrariaServerAPI index b3e3dd1b4..4c2075fbd 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit b3e3dd1b4e9a2a178dd3ff5f697a8d1f8586590f +Subproject commit 4c2075fbdd7e9b17dd96d6495fe9f491a2af0bbb