diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4d7fe..d739791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased][] - 2021-09-05 + +- Now logs to systemd journal. New dependency - `python3-systemd` + ## [v0.3.0][] - 2021-08-19 - Support for arguments diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 8e71a68..27c93ba 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -36,4 +36,4 @@ See README.md for documentation. # # In case you forgot to change the version, skip the number # and put the next number in the next commit. -__version__ = "0.3.0a1.dev4" +__version__ = "0.3.0a2"