From 0573c6073e5f3c6ee5680df28f594d7f2823bbb4 Mon Sep 17 00:00:00 2001 From: Jeff S Date: Thu, 11 Aug 2022 19:53:11 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/krux/metadata.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fede07c..8a882222b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 22.08.1 - August 11, 2022 + +This release is to fix a bug that would have prevented Amigos from performing airgapped upgrades to the next release. + # Version 22.08.0 - August 10, 2022 This latest version of Krux is brought to you by @odudex, who tirelessly worked for months to get Krux working on three new devices: the Maix Amigo, Maix Bit, and Maix Dock. Thank you for all your hard work! diff --git a/pyproject.toml b/pyproject.toml index c8e2668af..f6ab48934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ [tool.poetry] name = "krux" -version = "22.08.0" +version = "22.08.1" description = "Open-source signing device firmware for Bitcoin" authors = ["Jeff S "] diff --git a/src/krux/metadata.py b/src/krux/metadata.py index 03398bf44..ff4050682 100644 --- a/src/krux/metadata.py +++ b/src/krux/metadata.py @@ -19,5 +19,5 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -VERSION = "22.08.0" +VERSION = "22.08.1" SIGNER_PUBKEY = "03339e883157e45891e61ca9df4cd3bb895ef32d475b8e793559ea10a36766689b"