From af96f21299bb13e492b7babd7488fa4fc8e2fb04 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Mon, 3 Sep 2018 15:32:58 +0200
Subject: [PATCH] bump version

---
 CHANGES.md   | 18 ++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 82c58ea..247fa33 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,23 @@
 # eduGAIN Access Check Changelog
 
+## Version 1.1.0 (03/08/2018)
+
+* update eduGAIN templates to latest official look'n'feel
+* ship alternative Renater templates
+* drop jquery-steps usage
+* multiple federations support
+* handle i18n using external po format dictionaries, instead of duplicating templates
+* send notifications in HTML/text multipart format
+* run under taint mode
+* misc code cleanup
+* update Perl distribution dependencies:
+ - add CGI-Simple
+ - add Locale-Maketext-Lexicon
+ - add Email-MIME
+ - add Email-Sender
+ - drop CGI
+ - drop HTTP-AcceptLanguage
+
 ## Version 1.0.3 (07/05/2018)
 
 * fix multivalued user attributes handling
diff --git a/configure.ac b/configure.ac
index 7a81f58..2df679e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([Access Check Manager], 1.0.3)
+AC_INIT([Access Check Manager], 1.1.0)
 AM_INIT_AUTOMAKE([foreign])
 AC_REQUIRE_AUX_FILE([tap-driver.sh])
 
-- 
GitLab