diff --git a/CHANGELOG.md b/CHANGELOG.md index 056674f8..679113c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ #Changelog +* 1.2.1 + * Fixes + * Fixed use app from esipy which doesn't exist there anymore * 1.2.0 * Features * Added icon for wardec check to xup page diff --git a/waitlist/data/version.py b/waitlist/data/version.py index cbf44f55..d547cc5b 100644 --- a/waitlist/data/version.py +++ b/waitlist/data/version.py @@ -1 +1 @@ -version = "1.2.0-$Format:%h$" +version = "1.2.1-$Format:%h$"