diff --git a/CHANGELOG.md b/CHANGELOG.md index a4437f03..03ff9666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ #Changelog +* 1.0.1 + * Changes + * Improved system/constellation import speed, also should properly retry failed imports now (timeouts etc.) + * Fixes + * Changed crest fleet link input to esi link, since ccp changed that in the client * 1.0.0 * Changes * preperations for public release diff --git a/waitlist/data/version.py b/waitlist/data/version.py index 5e9f6c0d..d29e8c68 100644 --- a/waitlist/data/version.py +++ b/waitlist/data/version.py @@ -1 +1 @@ -version = "1.0.0-$Format:%h$" +version = "1.0.1-$Format:%h$"