diff --git a/CHANGELOG.md b/CHANGELOG.md index 74bbfa4..40bc931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,18 @@ # Changelog -## [Unreleased][] - 2021-08-14 - -### Added +## [Unreleased][] - 2021-08-19 - Support for arguments - Configuration file support with fallback values - Made messages more readable - Improved documentation in docstrings - -### Changed - - Changed default name of mesh network. **This will make naxalnet - incompatible with previous versions.** + incompatible with nodes running previous versions.** - New versioning scheme that conforms to PEP 440 ## [v0.2.0][] - 2021-07-26 -### Added - - rfkill support - -### Changed - - rewrite into python module ## [v0.1.0][] - 2021-06-19 diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 0fcb1a1..f5c8400 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.2.0a3.dev7" +__version__ = "0.2.0a4"