summaryrefslogtreecommitdiffstats
path: root/onap-dcae-cbs-docker-client/Changelog.md
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2018-02-19 20:46:13 -0500
committerTommy Carpenter <tommy@research.att.com>2018-02-19 20:47:55 -0500
commite8e4e3878deb5e93ae25f93fe047708a170893ca (patch)
treef3c7663b5ff9b1280bff5e65bc1788c67edd2209 /onap-dcae-cbs-docker-client/Changelog.md
parent8c776e128cf557490db59525b29a608e30e637be (diff)
Dont pin requests version in client lib
Note 0.0.4 was previously reused erronsouly in public pypi so I had to bump to 0.0.5 Issue-ID: DCAEGEN2-351 Change-Id: Ifd9fbd3f021d07f4ff2beac8aaf5a60ff4a1e317 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'onap-dcae-cbs-docker-client/Changelog.md')
-rw-r--r--onap-dcae-cbs-docker-client/Changelog.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/onap-dcae-cbs-docker-client/Changelog.md b/onap-dcae-cbs-docker-client/Changelog.md
index 5027203..e9c3347 100644
--- a/onap-dcae-cbs-docker-client/Changelog.md
+++ b/onap-dcae-cbs-docker-client/Changelog.md
@@ -1,9 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
-The format is based on [Keep a Changelog](http://keepachangelog.com/)
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [0.0.5]
+* Dont pin requests version
+
## [0.0.3]
* Changelog started
* Unit test suite created