diff --git a/_tgstation_8_server_8_api_8_assembly_info_8cs_source.html b/_tgstation_8_server_8_api_8_assembly_info_8cs_source.html
index 832b118975..69e848505c 100644
--- a/_tgstation_8_server_8_api_8_assembly_info_8cs_source.html
+++ b/_tgstation_8_server_8_api_8_assembly_info_8cs_source.html
@@ -94,7 +94,7 @@ $(function() {
15[assembly: System.Reflection.AssemblyCopyrightAttribute(
"Copyright (c) Jordan Brown 2018")]
16[assembly: System.Reflection.AssemblyDescriptionAttribute(
"API definitions for tgstation-server.")]
17[assembly: System.Reflection.AssemblyFileVersionAttribute(
"13.0.1.0")]
- 18[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"13.0.1+9585f707650866294f972903a925b9757c3fbd72")]
+ 18[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"13.0.1+100887232a36bb73a95f15415a4d729c623fb2b9")]
19[assembly: System.Reflection.AssemblyProductAttribute(
"Tgstation.Server.Api")]
20[assembly: System.Reflection.AssemblyTitleAttribute(
"Tgstation.Server.Api")]
21[assembly: System.Reflection.AssemblyVersionAttribute(
"13.0.1.0")]
diff --git a/_tgstation_8_server_8_common_8_assembly_info_8cs_source.html b/_tgstation_8_server_8_common_8_assembly_info_8cs_source.html
index 63d6b81801..2520dcad0a 100644
--- a/_tgstation_8_server_8_common_8_assembly_info_8cs_source.html
+++ b/_tgstation_8_server_8_common_8_assembly_info_8cs_source.html
@@ -94,7 +94,7 @@ $(function() {
15[assembly: System.Reflection.AssemblyCopyrightAttribute(
"Copyright (c) Jordan Brown 2018")]
16[assembly: System.Reflection.AssemblyDescriptionAttribute(
"Common functions for tgstation-server.")]
17[assembly: System.Reflection.AssemblyFileVersionAttribute(
"7.0.0.0")]
- 18[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"7.0.0+9585f707650866294f972903a925b9757c3fbd72")]
+ 18[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"7.0.0+100887232a36bb73a95f15415a4d729c623fb2b9")]
19[assembly: System.Reflection.AssemblyProductAttribute(
"Tgstation.Server.Common")]
20[assembly: System.Reflection.AssemblyTitleAttribute(
"Tgstation.Server.Common")]
21[assembly: System.Reflection.AssemblyVersionAttribute(
"7.0.0.0")]
diff --git a/_tgstation_8_server_8_host_8_assembly_info_8cs_source.html b/_tgstation_8_server_8_host_8_assembly_info_8cs_source.html
index 89b214ccb9..2be478f8cf 100644
--- a/_tgstation_8_server_8_host_8_assembly_info_8cs_source.html
+++ b/_tgstation_8_server_8_host_8_assembly_info_8cs_source.html
@@ -92,7 +92,7 @@ $(function() {
13[assembly: System.Reflection.AssemblyCompanyAttribute(
"Tgstation.Server.Host")]
14[assembly: System.Reflection.AssemblyConfigurationAttribute(
"Release")]
15[assembly: System.Reflection.AssemblyFileVersionAttribute(
"6.1.2.0")]
- 16[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"6.1.2+9585f707650866294f972903a925b9757c3fbd72")]
+ 16[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"6.1.2+100887232a36bb73a95f15415a4d729c623fb2b9")]
17[assembly: System.Reflection.AssemblyProductAttribute(
"Tgstation.Server.Host")]
18[assembly: System.Reflection.AssemblyTitleAttribute(
"Tgstation.Server.Host")]
19[assembly: System.Reflection.AssemblyVersionAttribute(
"6.1.2.0")]
diff --git a/_tgstation_8_server_8_host_8_common_8_assembly_info_8cs_source.html b/_tgstation_8_server_8_host_8_common_8_assembly_info_8cs_source.html
index 0daf2413bf..8a26139ca3 100644
--- a/_tgstation_8_server_8_host_8_common_8_assembly_info_8cs_source.html
+++ b/_tgstation_8_server_8_host_8_common_8_assembly_info_8cs_source.html
@@ -92,7 +92,7 @@ $(function() {
13[assembly: System.Reflection.AssemblyCompanyAttribute(
"Tgstation.Server.Host.Common")]
14[assembly: System.Reflection.AssemblyConfigurationAttribute(
"Release")]
15[assembly: System.Reflection.AssemblyFileVersionAttribute(
"6.1.2.0")]
- 16[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"6.1.2+9585f707650866294f972903a925b9757c3fbd72")]
+ 16[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"6.1.2+100887232a36bb73a95f15415a4d729c623fb2b9")]
17[assembly: System.Reflection.AssemblyProductAttribute(
"Tgstation.Server.Host.Common")]
18[assembly: System.Reflection.AssemblyTitleAttribute(
"Tgstation.Server.Host.Common")]
19[assembly: System.Reflection.AssemblyVersionAttribute(
"6.1.2.0")]
diff --git a/changelog.yml b/changelog.yml
index 423f5d403d..25900c79c7 100644
--- a/changelog.yml
+++ b/changelog.yml
@@ -152,7 +152,7 @@ Components:
ComponentVersions:
Core: 6.1.2
HttpApi: 10.0.0
- DreamMakerApi: 7.0.1
+ DreamMakerApi: 7.0.2
Configuration: 5.1.0
InteropApi: 5.8.0
HostWatchdog: 1.4.1
@@ -3913,6 +3913,13 @@ Components:
Author: Cyberboss
PullRequest: 991
DreamMakerApi:
+ - Version: 7.0.2
+ Changes:
+ - Descriptions:
+ - Fixed chat messages being sent in a random order rather than FIFO while TGS was rebooting. Note, they may still appear out of order due to a potential bug as of TGS 6.1.2 but this fix is necessary to guarantee order in the first place.
+ Author: Cyberboss
+ PullRequest: 1771
+ Unreleased: true
- Version: 7.0.1
Changes:
- Descriptions: