Skip to content

Commit

Permalink
Merge pull request #547 from cglewis/master
Browse files Browse the repository at this point in the history
bump to v0.1.6
  • Loading branch information
cglewis authored Mar 23, 2018
2 parents 72d870c + 220a72c commit a8ee5e7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.6.dev
v0.1.6
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a8ee5e7

Please sign in to comment.