diff --git a/CHANGELOG.md b/CHANGELOG.md index 258fdbe..0ba37af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased][] - 2021-10-08 +## [v0.5.0][] - 2021-10-10 - Better error messages - Sets gateway mode automatically (to choose the best available @@ -42,7 +42,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.4.0...HEAD +[unreleased]: https://git.disroot.org/pranav/naxalnet/compare/v0.5.0...HEAD +[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 [v0.3.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.2.0...v0.3.0 [v0.2.0]: https://git.disroot.org/pranav/naxalnet/compare/v0.1.0...v0.2.0 diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index e5e7937..094ce96 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.4.0a6" +__version__ = "0.5.0"