From 26343138f73e73bb9a98acfaa6326e366452192a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Feb 2025 21:52:02 +0000 Subject: [PATCH] chore(release): 8.7.0 [skip ci] ## [8.7.0](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.6.0...v8.7.0) (2025-02-20) ### Features * **metrics:** add metrics for last event receipt timestamps ([#2223](https://github.com/hirosystems/stacks-blockchain-api/issues/2223)) ([9ce9a33](https://github.com/hirosystems/stacks-blockchain-api/commit/9ce9a3311a5ad80028a83eeb89aba27d65d0f8df)) * show pending inbound and outbound stx balances ([#2208](https://github.com/hirosystems/stacks-blockchain-api/issues/2208)) ([5330c07](https://github.com/hirosystems/stacks-blockchain-api/commit/5330c07d599fdff34f64dc9c158d8e322d385cf5)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84625f07a..3d972ed75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [8.7.0](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.6.0...v8.7.0) (2025-02-20) + + +### Features + +* **metrics:** add metrics for last event receipt timestamps ([#2223](https://github.com/hirosystems/stacks-blockchain-api/issues/2223)) ([9ce9a33](https://github.com/hirosystems/stacks-blockchain-api/commit/9ce9a3311a5ad80028a83eeb89aba27d65d0f8df)) +* show pending inbound and outbound stx balances ([#2208](https://github.com/hirosystems/stacks-blockchain-api/issues/2208)) ([5330c07](https://github.com/hirosystems/stacks-blockchain-api/commit/5330c07d599fdff34f64dc9c158d8e322d385cf5)) + ## [8.6.0](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.5.0...v8.6.0) (2025-02-06)