Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to v0.1.6 #547

Merged
merged 1 commit into from
Mar 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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