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