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

Commit 2f50f1a

Browse files
committed
Set version: 0.15.4
1 parent 9b995e2 commit 2f50f1a

File tree

15 files changed

+32
-27
lines changed

15 files changed

+32
-27
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [0.15.4] - 2023-12-10
12+
13+
- proxy: Refactor permission handling
14+
1115
## [0.15.3] - 2023-12-06
1216

1317
- Use cw2 in all the contracts. ([#291])
@@ -290,7 +294,8 @@ and this project adheres to
290294

291295
Base version for starting the CHANGELOG.
292296

293-
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.15.3...HEAD
297+
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.15.4...HEAD
298+
[0.15.4]: https://github.com/noislabs/nois-contracts/compare/v0.15.3...v0.15.4
294299
[0.15.3]: https://github.com/noislabs/nois-contracts/compare/v0.15.2...v0.15.3
295300
[0.15.2]: https://github.com/noislabs/nois-contracts/compare/v0.15.1...v0.15.2
296301
[0.15.1]: https://github.com/noislabs/nois-contracts/compare/v0.15.0...v0.15.1

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.15.3"
3+
version = "0.15.4"
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.15.3"
3+
version = "0.15.4"
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.15.3"
3+
version = "0.15.4"
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.15.3"
3+
version = "0.15.4"
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.15.3"
3+
version = "0.15.4"
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.15.3"
3+
version = "0.15.4"
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.15.3"
3+
version = "0.15.4"
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.15.3"
3+
version = "0.15.4"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2021"
66
publish = false

0 commit comments

Comments
 (0)