diff --git a/CHANGELOG.md b/CHANGELOG.md index 2045af9..035a5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Please refer to the [official documentation](https://docs.wilfredproject.org/en/latest/development.html) for more information about the CHANGELOG and releases. -## next-release +## v0.10.1 (released on 2022-05-08) - **Changed** [c057239](https://github.com/wilfred-dev/wilfred/commit/c0572392c49031652e4b1607de40a1dbddcdcc6f) Removed snap package and all references to it (no longer supported, please use homebrew or pip). - **Changed** [#124](https://github.com/wilfred-dev/wilfred/issues/124) Changed so that Wilfred now binds to both TCP and UDP (applies to server port and any extra ports). diff --git a/docs/source/conf.py b/docs/source/conf.py index 18e8d01..cb69cbe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = "Vilhelm Prytz" # The full version, including alpha/beta/rc tags -release = "v0.10.0" +release = "v0.10.1" # -- General configuration --------------------------------------------------- diff --git a/wilfred/version.py b/wilfred/version.py index c58129c..433b3ea 100644 --- a/wilfred/version.py +++ b/wilfred/version.py @@ -11,6 +11,6 @@ # use "0.0.0.dev0" to indicate incremental commit build # specify version "0.3.0" to indicate standard release # "commit_date" should be replaced upon building -version = "0.0.0.dev0" +version = "0.10.1" commit_hash = "development" commit_date = "YYYY-MM-DD"