Skip to content

Commit 0b31542

Browse files
authored
Merge pull request #508 from cglewis/master
release v0.1.5
2 parents aaa4fcc + 0a62e14 commit 0b31542

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.1.5 (2018-03-09)
2+
3+
- Adds support for RabbitMQ events from FAUCET
4+
- Allows queue to not be exclusive
5+
- Improve mirroring ports to allow for multiple mirrors simultaneously
6+
- Fixes feedback and gets out of mirroring when appropriate
7+
- Includes p0f in the helper script
8+
- Fixes a change in the formatting of the FAUCET log file
9+
- Slightly better error checking for environment variables
10+
111
# v0.1.4 (2018-02-09)
212

313
- Updated versions for dependencies

VERSION

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

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.5.dev'
61+
version = u'0.1.5'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'0.1.5.dev'
63+
release = u'0.1.5'
6464

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

0 commit comments

Comments
 (0)