Skip to content

Commit a8ee5e7

Browse files
authored
Merge pull request #547 from cglewis/master
bump to v0.1.6
2 parents 72d870c + 220a72c commit a8ee5e7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v0.1.6 (2018-03-23)
2+
3+
- Updates FAUCET paths to conform with 1.7.x
4+
- Adds an API for getting endpoints that Poseidon knows about
5+
- Updates a number of dependency versions
6+
- Adds CRviz for visualizing the network that Poseidon knows about
7+
- Fixes some bugs with mirroring
8+
- Fixes a bug where null would get written to faucet.yaml
9+
- FAUCET mirroring now uses messages from Events rather than logs
10+
- FAUCET can now unmirror
11+
112
# v0.1.5 (2018-03-09)
213

314
- Adds support for RabbitMQ events from FAUCET

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.6.dev
1+
v0.1.6

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = u'0.1.6.dev'
61+
version = u'0.1.6'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'0.1.6.dev'
63+
release = u'0.1.6'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

0 commit comments

Comments
 (0)