From 240159e921449236c79e3ae8c7160dfe8ee1b40c Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 20 Mar 2025 09:28:38 -0400 Subject: [PATCH] v1.13.0 Signed-off-by: Xe Iaso --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6964f51..24360f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 1.13.0 + +- Proof-of-work challenges are drastically sped up [#19](https://github.com/TecharoHQ/anubis/pull/19) - Docker images are now built with the timestamp set to the commit timestamp - The README now points to TecharoHQ/anubis instead of Xe/x - Images are built using ko instead of `docker buildx build` diff --git a/VERSION b/VERSION index 6f165bc..f88cf52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.1 \ No newline at end of file +1.13.0 \ No newline at end of file