From 40cbedc854eb54a478ddface14162ef5302632c2 Mon Sep 17 00:00:00 2001 From: Stefan Feuerhahn Date: Fri, 22 Mar 2019 16:27:47 +0100 Subject: [PATCH] release v1.8.0 --- configuration.gradle | 2 +- doc/CHANGELOG.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.gradle b/configuration.gradle index e66836b..4b4c460 100644 --- a/configuration.gradle +++ b/configuration.gradle @@ -1,6 +1,6 @@ project.ext { - cfgVersion = "1.7.1-SNAPSHOT" + cfgVersion = "1.8.0" cfgGroup = "com.beanit" diff --git a/doc/CHANGELOG.txt b/doc/CHANGELOG.txt index 8a031ed..187da11 100644 --- a/doc/CHANGELOG.txt +++ b/doc/CHANGELOG.txt @@ -1,3 +1,6 @@ +v1.8.0 22-Mar-2019 +-------------------- + - library now published on maven central in the com.beanit namespace - changed package names from org.openmuc.* to com.beanit.*