diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-01-31 01:41:01 +0000 |
---|---|---|
committer | Gokul Singaraju <gs244f@att.com> | 2018-03-05 19:34:35 -0500 |
commit | 7c98e7f3cf4d09a51c8989360f0b029fd2164c5a (patch) | |
tree | 1bd8d55cd59b002106253c24613a91fab859cc79 /Changelog.md | |
parent | fb39b6640dfff48ed14cce07f625d560e25f788d (diff) |
Missing heartbeat microservice
Issue-ID: DCAEGEN2-275
Change-Id: I2a2def9aef7664b58c6c3b74318343699fbf6c22
Signed-Off-by: Gokul Singaraju <gs244f@att.com>
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..40be7bd --- /dev/null +++ b/Changelog.md @@ -0,0 +1,10 @@ +# 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/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [0.8.0] +* Start changelog.. +* Fix a 500 bug where the CBS would return a 500 when a service was in a rels key but that service was not registered in Consul +* Support a new feature where you can now bind {{x,y,....}} instead of just {{x}}. The return list is all concat together |