diff --git a/CHANGES.md b/CHANGES.md
index 82c58ea6343d077d4703aa8801d1bbc4f4513191..247fa335d2d277c49ca9831766f862073baee512 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 7a81f58091fa4aeee7b3211c47b3bdb10c5745f8..2df679e3dc279d32b6566f29ca47312705b5f6bd 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])