From 1864bfbd1698c558f1b55fe58ce562e82913dea9 Mon Sep 17 00:00:00 2001 From: SpeedProg Date: Fri, 8 Jun 2018 21:38:39 +0200 Subject: [PATCH] updated version and changelog --- CHANGELOG.md | 7 +++++++ waitlist/data/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc31a004..573db752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ #Changelog +* 1.3.2 + * Fixes + * Feedbacks open ingame mail button not working (this was broken with esipy upgrade in 1.3.0) + * Improvement + * Intercepting ajax calls to urls with /universe/types/ in url and setting Accept-Language header to'en-us, en;q=0.9' + to counter the change where ccp's esi started looking at that header for the name of modules + * 1.3.1 * Fixes * fixed for possible race contition between checking if a character exists in db and creating it diff --git a/waitlist/data/version.py b/waitlist/data/version.py index eac23a84..932b3826 100644 --- a/waitlist/data/version.py +++ b/waitlist/data/version.py @@ -1 +1 @@ -version = "1.3.1-$Format:%h$" +version = "1.3.2-$Format:%h$"