diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b056ac..8dfbab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ variables (`~`) not working as intended. This was introduced in refactoring work that was done for 4.4. +## EliteAttack 8.4.1 + +### Fixed + +* `Docked` event now handles Odyssey settlements properly (they have no hangar). + (#145) + ## RatAttack 6.3.2 ### Fixed diff --git a/plugins/EliteAttack/EliteAttack.cs b/plugins/EliteAttack/EliteAttack.cs index ecc62ce..e71665d 100644 --- a/plugins/EliteAttack/EliteAttack.cs +++ b/plugins/EliteAttack/EliteAttack.cs @@ -30,7 +30,7 @@ namespace EliteAttack /// public class EliteAttack { - private static readonly Version VERSION = new ("8.4"); + private static readonly Version VERSION = new ("8.4.1"); private static VoiceAttackLog? log; private static VoiceAttackCommands? commands; diff --git a/profiles/EliteAttack-Profile.vap b/profiles/EliteAttack-Profile.vap index 23bdc67..4ea9082 100644 Binary files a/profiles/EliteAttack-Profile.vap and b/profiles/EliteAttack-Profile.vap differ