Skip to content

Commit

Permalink
Merge pull request #508 from cglewis/master
Browse files Browse the repository at this point in the history
release v0.1.5
  • Loading branch information
cglewis authored Mar 9, 2018
2 parents aaa4fcc + 0a62e14 commit 0b31542
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.1.5 (2018-03-09)

- Adds support for RabbitMQ events from FAUCET
- Allows queue to not be exclusive
- Improve mirroring ports to allow for multiple mirrors simultaneously
- Fixes feedback and gets out of mirroring when appropriate
- Includes p0f in the helper script
- Fixes a change in the formatting of the FAUCET log file
- Slightly better error checking for environment variables

# v0.1.4 (2018-02-09)

- Updated versions for dependencies
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.5.dev
v0.1.5
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.5.dev'
version = u'0.1.5'
# The full version, including alpha/beta/rc tags.
release = u'0.1.5.dev'
release = u'0.1.5'

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

0 comments on commit 0b31542

Please sign in to comment.