From 382f299e3f57562b36d81b2305234b3ca83d2776 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 26 Oct 2018 10:41:04 +0200
Subject: [PATCH] bump version to 1.1.1

---
 CHANGES.md                | 4 ++++
 configure.ac              | 2 +-
 lib/AccountManager/App.pm | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 314fefb..c1d1922 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
 # eduGAIN Access Check Changelog
 
+## Version 1.1.1 (26/10/2018)
+
+* rename RENATER instance RENATER Access Check
+
 ## Version 1.1.0 (03/08/2018)
 
 * update eduGAIN templates to latest official look'n'feel
diff --git a/configure.ac b/configure.ac
index 4d75f0a..9916311 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([Access Check Manager], 1.1.0)
+AC_INIT([Access Check Manager], 1.1.1)
 AM_INIT_AUTOMAKE([foreign])
 AC_REQUIRE_AUX_FILE([tap-driver.sh])
 AC_PROG_LN_S
diff --git a/lib/AccountManager/App.pm b/lib/AccountManager/App.pm
index a1d5467..0de97d9 100644
--- a/lib/AccountManager/App.pm
+++ b/lib/AccountManager/App.pm
@@ -44,7 +44,7 @@ my %actions = (
     download_accounts  => 'req_download_accounts',
 );
 
-my $version = '1.1.0';
+my $version = '1.1.1';
 
 sub new {
     my ($pkg, %args) = @_;
-- 
GitLab