diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 833989d..2830ea8 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,13 @@ # Changelog +## v2.0.0 /2026-18-06 + +## What's Changed +* Bump rand from 0.8.5 to 0.8.6 by @dependabot[bot] in https://github.com/latent-to/bittensor-drand/pull/70 +* Dynamic tempo support by @basfroman in https://github.com/latent-to/bittensor-drand/pull/71 + +**Full Changelog**: https://github.com/latent-to/bittensor-drand/compare/v1.3.0...v.2.0.0 + ## v1.3.0 /2026-19-02 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index e47fe8a..13f2056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "bittensor-drand" # version is read from Cargo.toml by maturin dynamic = ["version"] -description = "" +description = "Rust-backed Python library for generating timelock-encrypted weight commitments for Bittensor's commit-reveal mechanism using drand randomness." readme = "README.md" license = {file = "LICENSE"} keywords = ["substrate", "scale", "codec", "bittensor", "commit reveal", "drand", "TLE"]