diff --git a/CHANGELOG.md b/CHANGELOG.md index 733eac22c..3f0b52171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.7.0](https://github.com/hirosystems/chainhook/compare/v1.6.2...v1.7.0) (2024-07-05) + +### New Features +* predicate validation (#611) +* improve chainhook-sdk interface (#608) + +### Bug Fixes + +* allow aborting a predicate scan (#601) + +### CI +* add snapcraft.yaml (#607) - releases are now available on the [snap store](https://snapcraft.io/chainhook)! +* winget pkg version bump (#606) - releases are now available on winget! + ## [1.6.2](https://github.com/hirosystems/chainhook/compare/v1.6.1...v1.6.2) (2024-06-06) ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index ebb0ba5ac..b78b13b42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,7 +472,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainhook" -version = "1.6.2" +version = "1.7.0" dependencies = [ "ansi_term", "atty", diff --git a/components/chainhook-cli/Cargo.toml b/components/chainhook-cli/Cargo.toml index 182741464..35bddde57 100644 --- a/components/chainhook-cli/Cargo.toml +++ b/components/chainhook-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainhook" -version = "1.6.2" +version = "1.7.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/docs/chainhook-openapi.json b/docs/chainhook-openapi.json index 1375554f7..5ca702928 100644 --- a/docs/chainhook-openapi.json +++ b/docs/chainhook-openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "chainhook", - "version": "1.6.2" + "version": "1.7.0" }, "paths": { "/ping": {