Skip to content

Commit

Permalink
Merge pull request #615 from hirosystems/publish-v1.7.0
Browse files Browse the repository at this point in the history
chore(release): publish v1.7.0
  • Loading branch information
MicaiahReid authored Jul 5, 2024
2 parents 007511f + 7c2daeb commit 8135e5e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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 components/chainhook-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/chainhook-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "chainhook",
"version": "1.6.2"
"version": "1.7.0"
},
"paths": {
"/ping": {
Expand Down

0 comments on commit 8135e5e

Please sign in to comment.