diff --git a/Cargo.lock b/Cargo.lock index 4066c97..14f1e7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "substreams-database-change" -version = "1.0.0" +version = "1.1.0" dependencies = [ "base64", "prost", diff --git a/Cargo.toml b/Cargo.toml index c364357..95e545b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substreams-database-change" -version = "1.0.0" +version = "1.1.0" edition = "2021" description = "Substreams database change containg helpers" authors = ["StreamingFast Contributors "] diff --git a/RELEASE.md b/RELEASE.md index 515c59d..4862fda 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -44,5 +44,5 @@ cargo check git add -A . && git commit -m "Preparing release of ${version}" -sfreleaser release +sfreleaser release v${version} ``` \ No newline at end of file