diff --git a/CHANGELOG.md b/CHANGELOG.md index f400780..c836763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased][] - 2021-12-01 +## [v0.5.2][] - 2021-12-10 - Optimised auto gateway mode selection (#25) @@ -51,7 +51,8 @@ used to do. The shell script was not given a version. - Closed #1 and #3 -[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.1...HEAD +[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.2...HEAD +[v0.5.2]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.1...v0.5.2 [v0.5.1]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.0...v0.5.1 [v0.5.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.4.0...v0.5.0 [v0.4.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.3.0...v0.4.0 diff --git a/HACKING.md b/HACKING.md index b5184d3..03d327c 100644 --- a/HACKING.md +++ b/HACKING.md @@ -7,6 +7,8 @@ Everyone can [hack][] naxalnet. See below for how to hack. Join the XMPP channel to talk about anything related to this program or about mesh networks in general. + + ## Reporting issues and suggesting ideas To report a bug or suggest an idea, create a new issue at diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index efed3cb..68c853f 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -42,4 +42,4 @@ given below. # # In case you forgot to change the version, skip the number # and put the next number in the next commit. -__version__ = "0.5.1a1" +__version__ = "0.5.2"