From 220a72c2d1b82bc85799dc69749db425c2a43158 Mon Sep 17 00:00:00 2001 From: cglewis Date: Fri, 23 Mar 2018 16:16:30 -0700 Subject: [PATCH] bump to v0.1.6 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- docs/conf.py | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3d4fa4c..92594bfe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v0.1.6 (2018-03-23) + + - Updates FAUCET paths to conform with 1.7.x + - Adds an API for getting endpoints that Poseidon knows about + - Updates a number of dependency versions + - Adds CRviz for visualizing the network that Poseidon knows about + - Fixes some bugs with mirroring + - Fixes a bug where null would get written to faucet.yaml + - FAUCET mirroring now uses messages from Events rather than logs + - FAUCET can now unmirror + # v0.1.5 (2018-03-09) - Adds support for RabbitMQ events from FAUCET diff --git a/VERSION b/VERSION index 5d6060b77..82942c397 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.6.dev +v0.1.6 diff --git a/docs/conf.py b/docs/conf.py index a5d39e92f..b13b73b36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = u'0.1.6.dev' +version = u'0.1.6' # The full version, including alpha/beta/rc tags. -release = u'0.1.6.dev' +release = u'0.1.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.