Skip to content

Commit

Permalink
Merge pull request #866 from cglewis/master
Browse files Browse the repository at this point in the history
release v0.4.0
  • Loading branch information
cglewis authored Dec 14, 2018
2 parents 8ed5aea + df299bd commit eed60d0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.4.0 (2018-12-14)

- Updated version of pytest, urllib3, requests, scp, pylint, certifi, redis, prometheus_client
- Restructred the code base into a more simplified architecture
- Replaced the custom state machine with pytransitions to make it more reliable
- Cleaned up logging to be more readable at an INFO level and more useful at a DEBUG level
- Various bug fixes along the way

# v0.3.6 (2018-10-22)

- Updated version of pytest, gunicorn, prometheus_client, urllib3, scp, gevent, certifi, requests
Expand All @@ -8,11 +16,11 @@

# v0.3.5 (2018-09-21)

- added an inactive state
- fixed operating system results from p0f
- fixes roles results from PoseidonML
- fixed log file creation and rotation
-
- Added an inactive state
- Fixed operating system results from p0f
- Fixes roles results from PoseidonML
- Fixed log file creation and rotation

# v0.3.4 (2018-09-10)

- Updated version of pytest and pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.7.dev
0.4.0
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.3.7.dev'
version = u'0.4.0'
# The full version, including alpha/beta/rc tags.
release = u'0.3.7.dev'
release = u'0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion installers/debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: poseidon
Version: 0.3.7.dev
Version: 0.4.0
Section: base
Priority: optional
Architecture: all
Expand Down

0 comments on commit eed60d0

Please sign in to comment.