diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6bf6089b24..a2a5d5807d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,7 +19,7 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. -**Version / Commit (e.g. 0.8.0):** +**Version / Commit (e.g. 0.9.0):** The version of the binary you have installed. **Additional context** diff --git a/crates/bitcoin/Cargo.toml b/crates/bitcoin/Cargo.toml index 93d31416b8..83856a15e9 100644 --- a/crates/bitcoin/Cargo.toml +++ b/crates/bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/btc-relay/Cargo.toml b/crates/btc-relay/Cargo.toml index 26796ff88b..7a373944f8 100644 --- a/crates/btc-relay/Cargo.toml +++ b/crates/btc-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "btc-relay" -version = "0.8.0" +version = "0.9.0" authors = ['Interlay Ltd '] edition = "2018" diff --git a/crates/btc-relay/rpc/Cargo.toml b/crates/btc-relay/rpc/Cargo.toml index ea4b7eea7e..5bd5df4092 100644 --- a/crates/btc-relay/rpc/Cargo.toml +++ b/crates/btc-relay/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-btc-relay-rpc" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/btc-relay/rpc/runtime-api/Cargo.toml b/crates/btc-relay/rpc/runtime-api/Cargo.toml index f80ff23599..545bfc1efd 100644 --- a/crates/btc-relay/rpc/runtime-api/Cargo.toml +++ b/crates/btc-relay/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-btc-relay-rpc-runtime-api" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/currency/Cargo.toml b/crates/currency/Cargo.toml index 29d6e3e8a2..b565bd8508 100644 --- a/crates/currency/Cargo.toml +++ b/crates/currency/Cargo.toml @@ -4,7 +4,7 @@ description = "Currency module" edition = "2018" homepage = "https://interlay.gitlab.io/polkabtc-spec/spec/collateral.html" name = "currency" -version = "0.8.0" +version = "0.9.0" [dependencies] serde = { version = "1.0.119", default-features = false, features = ["derive"], optional = true } diff --git a/crates/exchange-rate-oracle/Cargo.toml b/crates/exchange-rate-oracle/Cargo.toml index ee975f9e96..04cbc6aec7 100644 --- a/crates/exchange-rate-oracle/Cargo.toml +++ b/crates/exchange-rate-oracle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exchange-rate-oracle" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/exchange-rate-oracle/rpc/Cargo.toml b/crates/exchange-rate-oracle/rpc/Cargo.toml index 98414a981a..2d61e1b648 100644 --- a/crates/exchange-rate-oracle/rpc/Cargo.toml +++ b/crates/exchange-rate-oracle/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-exchange-rate-oracle-rpc" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/exchange-rate-oracle/rpc/runtime-api/Cargo.toml b/crates/exchange-rate-oracle/rpc/runtime-api/Cargo.toml index 95ac7a6006..e7d67c47d8 100644 --- a/crates/exchange-rate-oracle/rpc/runtime-api/Cargo.toml +++ b/crates/exchange-rate-oracle/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-exchange-rate-oracle-rpc-runtime-api" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/fee/Cargo.toml b/crates/fee/Cargo.toml index bcc57640fb..017fa940c0 100644 --- a/crates/fee/Cargo.toml +++ b/crates/fee/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"] description = "Fee module" edition = "2018" name = "fee" -version = "0.8.0" +version = "0.9.0" [dependencies] serde = { version = "1.0.119", default-features = false, features = ["derive"], optional = true } diff --git a/crates/issue/Cargo.toml b/crates/issue/Cargo.toml index d1722204b2..9c3d52a71c 100644 --- a/crates/issue/Cargo.toml +++ b/crates/issue/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"] description = "Issue module" edition = "2018" name = "issue" -version = "0.8.0" +version = "0.9.0" [dependencies] serde = { version = "1.0.119", default-features = false, features = ['derive'], optional = true } diff --git a/crates/issue/rpc/Cargo.toml b/crates/issue/rpc/Cargo.toml index 51781d3360..2e736a3e6e 100644 --- a/crates/issue/rpc/Cargo.toml +++ b/crates/issue/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-issue-rpc" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/issue/rpc/runtime-api/Cargo.toml b/crates/issue/rpc/runtime-api/Cargo.toml index f06cc73f51..c4ce14de32 100644 --- a/crates/issue/rpc/runtime-api/Cargo.toml +++ b/crates/issue/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-issue-rpc-runtime-api" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/parachain-info/Cargo.toml b/crates/parachain-info/Cargo.toml index ffb4241eee..d31df46625 100644 --- a/crates/parachain-info/Cargo.toml +++ b/crates/parachain-info/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay Ltd"] edition = "2018" name = "parachain-info" -version = "0.8.0" +version = "0.9.0" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } diff --git a/crates/redeem/Cargo.toml b/crates/redeem/Cargo.toml index 505707b566..d5131e90b0 100644 --- a/crates/redeem/Cargo.toml +++ b/crates/redeem/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"] description = "Redeem module" edition = "2018" name = "redeem" -version = "0.8.0" +version = "0.9.0" [dependencies] serde = { version = "1.0.119", default-features = false, features = ['derive'], optional = true } diff --git a/crates/redeem/rpc/Cargo.toml b/crates/redeem/rpc/Cargo.toml index c1dfc0025e..5604cfd741 100644 --- a/crates/redeem/rpc/Cargo.toml +++ b/crates/redeem/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-redeem-rpc" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/redeem/rpc/runtime-api/Cargo.toml b/crates/redeem/rpc/runtime-api/Cargo.toml index ebccaf6818..6043dbe2eb 100644 --- a/crates/redeem/rpc/runtime-api/Cargo.toml +++ b/crates/redeem/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-redeem-rpc-runtime-api" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/refund/Cargo.toml b/crates/refund/Cargo.toml index 3670d370cd..bcb331251e 100644 --- a/crates/refund/Cargo.toml +++ b/crates/refund/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"] description = "Refund module" edition = "2018" name = "refund" -version = "0.8.0" +version = "0.9.0" [dependencies] serde = { version = "1.0.119", default-features = false, features = ['derive'], optional = true } diff --git a/crates/refund/rpc/Cargo.toml b/crates/refund/rpc/Cargo.toml index 34ee67ab82..5704f44b63 100644 --- a/crates/refund/rpc/Cargo.toml +++ b/crates/refund/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-refund-rpc" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/refund/rpc/runtime-api/Cargo.toml b/crates/refund/rpc/runtime-api/Cargo.toml index 52dddade1b..7bf03c4d5d 100644 --- a/crates/refund/rpc/runtime-api/Cargo.toml +++ b/crates/refund/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-refund-rpc-runtime-api" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/relay/Cargo.toml b/crates/relay/Cargo.toml index d1238a144b..577e229d00 100644 --- a/crates/relay/Cargo.toml +++ b/crates/relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/relay/rpc/Cargo.toml b/crates/relay/rpc/Cargo.toml index 496a8808d2..8864000507 100644 --- a/crates/relay/rpc/Cargo.toml +++ b/crates/relay/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-relay-rpc" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/relay/rpc/runtime-api/Cargo.toml b/crates/relay/rpc/runtime-api/Cargo.toml index 9a50873f81..313f4ac990 100644 --- a/crates/relay/rpc/runtime-api/Cargo.toml +++ b/crates/relay/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-relay-rpc-runtime-api" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/replace/Cargo.toml b/crates/replace/Cargo.toml index c0bbccee2f..76f749ddc5 100644 --- a/crates/replace/Cargo.toml +++ b/crates/replace/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"] description = "Replace module" edition = "2018" name = "replace" -version = "0.8.0" +version = "0.9.0" [dependencies] serde = { version = "1.0.119", default-features = false, features = ['derive'], optional = true } diff --git a/crates/replace/rpc/Cargo.toml b/crates/replace/rpc/Cargo.toml index ae7b339be4..be19335bbc 100644 --- a/crates/replace/rpc/Cargo.toml +++ b/crates/replace/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-replace-rpc" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/replace/rpc/runtime-api/Cargo.toml b/crates/replace/rpc/runtime-api/Cargo.toml index bb6fa05825..06996c1c13 100644 --- a/crates/replace/rpc/runtime-api/Cargo.toml +++ b/crates/replace/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-replace-rpc-runtime-api" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/reward/Cargo.toml b/crates/reward/Cargo.toml index b9fff258dd..cd221f2ed7 100644 --- a/crates/reward/Cargo.toml +++ b/crates/reward/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"] description = "Reward module" edition = "2018" name = "reward" -version = "0.8.0" +version = "0.9.0" [dependencies] serde = { version = "1.0.119", default-features = false, features = ["derive"], optional = true } diff --git a/crates/security/Cargo.toml b/crates/security/Cargo.toml index 050659d7e3..01bdcdd488 100644 --- a/crates/security/Cargo.toml +++ b/crates/security/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "security" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/crates/staking/Cargo.toml b/crates/staking/Cargo.toml index 95506877b5..ce63407b42 100644 --- a/crates/staking/Cargo.toml +++ b/crates/staking/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"] description = "Staking module" edition = "2018" name = "staking" -version = "0.8.0" +version = "0.9.0" [dependencies] serde = { version = "1.0.119", default-features = false, features = ["derive"], optional = true } diff --git a/crates/vault-registry/Cargo.toml b/crates/vault-registry/Cargo.toml index 177d8d97f7..85c178bbca 100644 --- a/crates/vault-registry/Cargo.toml +++ b/crates/vault-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vault-registry" -version = "0.8.0" +version = "0.9.0" authors = ["Interlay Ltd"] edition = "2018" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index fc3d494819..e68da0bed6 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"] build = "build.rs" edition = "2018" name = "interbtc-parachain" -version = "0.8.0" +version = "0.9.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/parachain/runtime/Cargo.toml b/parachain/runtime/Cargo.toml index 44ef68baaf..c36836039f 100644 --- a/parachain/runtime/Cargo.toml +++ b/parachain/runtime/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay Ltd"] edition = "2018" name = 'interbtc-runtime-parachain' -version = "0.8.0" +version = "0.9.0" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index d9f2203bd6..91ed3d73f1 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay Ltd"] edition = "2018" name = "interbtc-primitives" -version = "0.8.0" +version = "0.9.0" [dependencies] bstringify = "0.1.2" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 2b5446c7c9..6d0babf768 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay Ltd"] edition = "2018" name = "interbtc-rpc" -version = "0.8.0" +version = "0.9.0" [dependencies] jsonrpc-core = "15.1.0" diff --git a/standalone/Cargo.toml b/standalone/Cargo.toml index 0170d52d3a..6b1716d333 100644 --- a/standalone/Cargo.toml +++ b/standalone/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Interlay Ltd"] build = "build.rs" edition = "2018" name = "interbtc-standalone" -version = "0.8.0" +version = "0.9.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/standalone/runtime/Cargo.toml b/standalone/runtime/Cargo.toml index d57b0df895..a7ccb28137 100644 --- a/standalone/runtime/Cargo.toml +++ b/standalone/runtime/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay Ltd"] edition = "2018" name = 'interbtc-runtime-standalone' -version = "0.8.0" +version = "0.9.0" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu']