Skip to content

Commit

Permalink
chore(icp-rosetta): add rosetta-icp release v2.1.2 (#4059)
Browse files Browse the repository at this point in the history
This PR prepares the v2.1.2 release for ICP Rosetta, which fixes the
incomplete request interface for refreshing voting power.
  • Loading branch information
fsodre authored Feb 21, 2025
1 parent 9260104 commit fca36ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rs/rosetta-api/icp/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ MACRO_DEV_DEPENDENCIES = []
ALIASES = {
}

ROSETTA_VERSION = "2.1.1"
ROSETTA_VERSION = "2.1.2"

rust_library(
name = "rosetta-api",
Expand Down
4 changes: 4 additions & 0 deletions rs/rosetta-api/icp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased

## [2.1.2] - 2025-02-21
### Fixes
- fixed refresh voting power request so now the neuron controller can be specified.

## [2.1.1] - 2024-12-13
### Added
- added functionality to refresh voting power on the governance canister
Expand Down
2 changes: 1 addition & 1 deletion rs/rosetta-api/icp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-rosetta-api"
version = "2.1.1"
version = "2.1.2"
authors = ["The Internet Computer Project Developers"]
description = "Build Once. Integrate Your Blockchain Everywhere. "
edition = "2021"
Expand Down

0 comments on commit fca36ce

Please sign in to comment.