diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 9d0f8c5..3d87327 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,13 @@ # Changelog +## v0.1.0 /2024-12-12 + +## What's Changed +* fix reveal_round calculation edge cases by @JohnReedV in https://github.com/opentensor/bittensor-commit-reveal/pull/8 +* Adds circleci test config by @ibraheem-opentensor in https://github.com/opentensor/bittensor-commit-reveal/pull/9 + +**Full Changelog**: https://github.com/opentensor/bittensor-commit-reveal/compare/v0.1.0a1...v0.1.0 + ## v0.1.0a1 /2024-12-03 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index a779fb4..b9303df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bittensor-commit-reveal" -version = "0.1.0a1" +version = "0.1.0" description = "" readme = "README.md" license = {file = "LICENSE"}