Skip to content

Commit

Permalink
Release notes and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddutt committed Aug 13, 2021
1 parent af13141 commit f160f6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## 0.14.2 (Aug 12, 2021)

This is a hotfix release if you use the REST API server.

* Issue 403: REST API server fails to start in the docker container.
* This also contains a security update for the pywin32 library, which is an unused dependency within the GUI framework, streamlit. Nevertheless, the security update has been applied.
* We moved to python version 3.7.11. This happened in 0.14.1 itself, but we didn't note it in that release.
## 0.14.1 (Aug 10, 2021)

This release fixes a bunch of critical issues associated with release 0.14.0.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "suzieq"
version = "0.14.1"
version = "0.14.2"
description = "A framework and application for network observability"
readme = 'README.md'
repository = 'https://github.com/netenglabs/suzieq'
Expand Down
2 changes: 1 addition & 1 deletion suzieq/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

SUZIEQ_VERSION = "0.14.1"
SUZIEQ_VERSION = "0.14.2"

if __name__ == '__main__':
print(SUZIEQ_VERSION)

0 comments on commit f160f6d

Please sign in to comment.