summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/release-notes.rst12
-rw-r--r--pom.xml2
2 files changed, 13 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 94b4fc62..cdc31702 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -3,6 +3,18 @@
Release Notes
=============
+Version: 0.1.1
+--------------
+
+
+:Release Date: 2018-01-18
+
+
+**Bug Fixes**
+ - `CCSDK-153 <https://jira.onap.org/browse/CCSDK-153>`_ dmaap listener container exitting
+ - `CCSDK-148 <https://jira.onap.org/browse/CCSDK-148>`_ Daily release builds no longer working
+
+
Version: 0.1.0
--------------
diff --git a/pom.xml b/pom.xml
index 24158091..a9d62d72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-carbon-sr1</artifactId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>