From a849fe0112c44e5ab24dc33019bb518bfb55af59 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Apr 2024 16:45:38 +0000 Subject: [PATCH] chore(release): 7.11.0-beta.3 [skip ci] ## [7.11.0-beta.3](https://github.com/hirosystems/stacks-blockchain-api/compare/v7.11.0-beta.2...v7.11.0-beta.3) (2024-04-19) ### Bug Fixes * rosetta account endpoint should assume chain tip if block not specified ([#1956](https://github.com/hirosystems/stacks-blockchain-api/issues/1956)) ([4bba526](https://github.com/hirosystems/stacks-blockchain-api/commit/4bba526327db0ae9cf778df69db0d7505e280ea3)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00a7ff18..c6c0323af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.11.0-beta.3](https://github.com/hirosystems/stacks-blockchain-api/compare/v7.11.0-beta.2...v7.11.0-beta.3) (2024-04-19) + + +### Bug Fixes + +* rosetta account endpoint should assume chain tip if block not specified ([#1956](https://github.com/hirosystems/stacks-blockchain-api/issues/1956)) ([4bba526](https://github.com/hirosystems/stacks-blockchain-api/commit/4bba526327db0ae9cf778df69db0d7505e280ea3)) + ## [7.11.0-beta.2](https://github.com/hirosystems/stacks-blockchain-api/compare/v7.11.0-beta.1...v7.11.0-beta.2) (2024-04-16)