diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1538066..d0371ca76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +0.9.11: +- @starfi5h: Fix half-growth dark fog bases keep regenerating +- @starfi5h: Fix combat drones doesn't increase ground base threat +- @starfi5h: Fix errors in NgrokManager.IsNgrokActive and SpaceSector.RemoveEnemyWithComponents + 0.9.10: - @fakeboboliu: Support to connect server with WSS by specifying wss:// in the connect Uri - @starfi5h: Sync Logistics Control Panel (I) entry list diff --git a/version.json b/version.json index 85a05154c..6efe545d0 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.9.10", + "version": "0.9.11", "assemblyVersion": { "precision": "build" },