diff --git a/CHANGELOG.md b/CHANGELOG.md index 09dc83f4..2e36e649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ #Changelog - +* 1.1.0 + * Changes + * Taking over a fleet now detects the fleet you are in (using new ESI route) * 1.0.2 * Fixes * fixed migration scripts to only use lowercase table names, this should fix problems with database configured to support casesensitive table names diff --git a/waitlist/data/version.py b/waitlist/data/version.py index 156d3b0c..83f50fc9 100644 --- a/waitlist/data/version.py +++ b/waitlist/data/version.py @@ -1 +1 @@ -version = "1.0.2-$Format:%h$" +version = "1.1.0-$Format:%h$"