Skip to content

Commit

Permalink
chore: bump version (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed May 9, 2024
1 parent 11bde53 commit f0bdfc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.5.1"
version = "1.6.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 components/chainhook-sdk/src/indexer/bitcoin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ fn try_parse_stacks_operation(
ctx.try_log(|logger| {
slog::debug!(
logger,
"Stacks operation parsing - opcode unknown {}",
"Stacks operation parsing - opcode {} is not a stacks operation; skipping transaction",
op_return_output[5]
)
});
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.5.1"
"version": "1.6.0"
},
"paths": {
"/ping": {
Expand Down

0 comments on commit f0bdfc5

Please sign in to comment.