From 05d8f280a70a2a8f6d8b59c6cd013f84b95c8676 Mon Sep 17 00:00:00 2001 From: Marc Johnson Date: Tue, 30 May 2017 15:53:17 +0100 Subject: [PATCH] Release version 2.1.0 --- NEWS.md | 5 +++++ build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index eae5f75f65..aa09dd0ad1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +## 2.1.0 2017-05-30 + +* Makes the all circulation permissions set visible (requires Okapi 1.3.0) +* Includes permission definition for enabling the scan UI module (included in all permissions set) + ## 2.0.0 2017-04-25 * Declare support for item storage v2.0 interface (no incompatible changes) diff --git a/build.gradle b/build.gradle index 1a09eb8a24..61f0e75069 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'java' apply plugin: 'application' mainClassName = "org.folio.circulation.Launcher" -version = "2.0.1-SNAPSHOT" +version = "2.1.0" ext.sharedManifest = manifest { attributes(