Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 882f023

Browse files
committed
Set version: 0.13.6
1 parent 47d3326 commit 882f023

File tree

15 files changed

+30
-27
lines changed

15 files changed

+30
-27
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.13.6] - 2023-06-17
12+
1113
## Added
1214

1315
- gateway: Add query to get all jobs, no matter which round they are in.
@@ -191,7 +193,8 @@ and this project adheres to
191193

192194
Base version for starting the CHANGELOG.
193195

194-
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.13.5...HEAD
196+
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.13.6...HEAD
197+
[0.13.6]: https://github.com/noislabs/nois-contracts/compare/v0.13.5...v0.13.6
195198
[0.13.5]: https://github.com/noislabs/nois-contracts/compare/v0.13.4...v0.13.5
196199
[0.13.4]: https://github.com/noislabs/nois-contracts/compare/v0.13.3...v0.13.4
197200
[0.13.3]: https://github.com/noislabs/nois-contracts/compare/v0.13.2...v0.13.3

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/nois-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-demo"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
authors = ["Simon Warta <[email protected]>"]
55
edition = "2021"
66
publish = false

contracts/nois-drand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-drand"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-gateway"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-icecube/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-icecube"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-monitoring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-monitoring"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
authors = ["Katarina | Nois Network", "Simon Warta <[email protected]>"]
55
edition = "2021"
66
publish = false

contracts/nois-payment/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-payment"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-proxy-governance-owned/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-proxy-governance-owned"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
authors = []
55
edition = "2021"
66
publish = false

contracts/nois-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nois-proxy"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2021"
66
publish = false

0 commit comments

Comments
 (0)