From 1927ce65caccfd65ca95a6fc70bfa29d55a1864e Mon Sep 17 00:00:00 2001 From: semantic-release-bot <4290054+vabanaerytk@users.noreply.github.com> Date: Thu, 9 May 2024 00:54:10 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] ## [1.6.0](https://github.com/hirosystems/chainhook/compare/v1.5.1...v1.6.0) (2024-05-09) ### Features * add Bitcoin transaction index to typescript client ([#568](https://github.com/hirosystems/chainhook/issues/568)) ([2ca8608](https://github.com/hirosystems/chainhook/commit/2ca8608e4718774f6afa758e37c33bafad9a16ea)) ### Bug Fixes * add stacks event position to ts client ([#575](https://github.com/hirosystems/chainhook/issues/575)) ([3a9b1fb](https://github.com/hirosystems/chainhook/commit/3a9b1fbb2b20cfcda6708c2627e9826bf52a0556)) * add starting stacks height for prometheus metrics ([#567](https://github.com/hirosystems/chainhook/issues/567)) ([b2296aa](https://github.com/hirosystems/chainhook/commit/b2296aac1ee38db659024fdf85149faec154319d)) * make bitcoin payload serialization deserializable ([#569](https://github.com/hirosystems/chainhook/issues/569)) ([4c0c03b](https://github.com/hirosystems/chainhook/commit/4c0c03b35b7dd224270e42b7dcfdc07a744aca6b)) * set `Interrupted` status for streaming predicates that fail ([#574](https://github.com/hirosystems/chainhook/issues/574)) ([11282b0](https://github.com/hirosystems/chainhook/commit/11282b05d68e5d3e6d04ec6f66f448ac70576273)), closes [#523](https://github.com/hirosystems/chainhook/issues/523) * shut down observer on bitcoin block download failure ([#573](https://github.com/hirosystems/chainhook/issues/573)) ([db1c566](https://github.com/hirosystems/chainhook/commit/db1c5667f4a9645fae58c6f8c37c146a890476ef)), closes [#572](https://github.com/hirosystems/chainhook/issues/572) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a4028..dc92f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.6.0](https://github.com/hirosystems/chainhook/compare/v1.5.1...v1.6.0) (2024-05-09) + + +### Features + +* add Bitcoin transaction index to typescript client ([#568](https://github.com/hirosystems/chainhook/issues/568)) ([6f7eba4](https://github.com/hirosystems/chainhook/commit/6f7eba4c60d96dc088c08708cc5af2381ee62012)) + + +### Bug Fixes + +* add stacks event position to ts client ([#575](https://github.com/hirosystems/chainhook/issues/575)) ([3c48eeb](https://github.com/hirosystems/chainhook/commit/3c48eeb8adf0b6ef7998702f1d082c960f00f950)) +* add starting stacks height for prometheus metrics ([#567](https://github.com/hirosystems/chainhook/issues/567)) ([6a8c086](https://github.com/hirosystems/chainhook/commit/6a8c0869278aad54f5100216ceb5b2d8f98ad002)) +* make bitcoin payload serialization deserializable ([#569](https://github.com/hirosystems/chainhook/issues/569)) ([5f20a86](https://github.com/hirosystems/chainhook/commit/5f20a869acbd057d855b9601a4fb1072e75ab4c4)) +* set `Interrupted` status for streaming predicates that fail ([#574](https://github.com/hirosystems/chainhook/issues/574)) ([11bde53](https://github.com/hirosystems/chainhook/commit/11bde5344b1b42bd7561e632e36265a9698fc095)), closes [#523](https://github.com/hirosystems/chainhook/issues/523) +* shut down observer on bitcoin block download failure ([#573](https://github.com/hirosystems/chainhook/issues/573)) ([f3530b7](https://github.com/hirosystems/chainhook/commit/f3530b74d9d25c111338d06085e2dae6fe527932)), closes [#572](https://github.com/hirosystems/chainhook/issues/572) + ## [1.5.1](https://github.com/hirosystems/chainhook/compare/v1.5.0...v1.5.1) (2024-04-12)