diff --git a/CHANGELOG.md b/CHANGELOG.md index dfbb35d804..1a475eb917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.5.1rc10 /2025-01-29 +## What's Changed +* Adds `get_metagraph`, `get_all_metagraphs`: a new structure for metagraph data. +* Updates other methods, adds new ones like move and transfer stake. +* Bug fixes and improvements. + ## 8.5.1rc9 /2025-01-22 ## What's Changed * Updates to the sdk to support methods used in Rao diff --git a/VERSION b/VERSION index d36a8f6e14..a0c8b5696d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.5.1rc9 \ No newline at end of file +8.5.1rc10 \ No newline at end of file diff --git a/bittensor/core/settings.py b/bittensor/core/settings.py index af422787fd..847092ed4d 100644 --- a/bittensor/core/settings.py +++ b/bittensor/core/settings.py @@ -15,7 +15,7 @@ # 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__ = "8.5.1rc9" +__version__ = "8.5.1rc10" import os import re