Skip to content

Commit

Permalink
Set version: 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jun 8, 2023
1 parent 666789a commit 21383b2
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 26 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ and this project adheres to

## [Unreleased]

## [0.13.5] - 2023-06-09

### Changed

- proxy: Streamline event attributes
- proxy: Add `min_after`/`max_after` configs in proxy to ensure the `after`
value for RequestBeacon packets is in a somewhat reasonable range.
- proxy: Ensure the `allowlist_enabled`/`min_after`/`max_after` config fields
are always set to `Some` value.
are always set to `Some` value. ([#255])
- gateway: Write a log of beacon requests per customer to state to be able to
query them later on ([#250]).

[#250]: https://github.com/noislabs/nois-contracts/pull/250
[#255]: https://github.com/noislabs/nois-contracts/pull/255

## [0.13.4] - 2023-05-17

Expand Down Expand Up @@ -180,7 +183,8 @@ and this project adheres to

Base version for starting the CHANGELOG.

[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.13.4...HEAD
[unreleased]: https://github.com/noislabs/nois-contracts/compare/v0.13.5...HEAD
[0.13.5]: https://github.com/noislabs/nois-contracts/compare/v0.13.4...v0.13.5
[0.13.4]: https://github.com/noislabs/nois-contracts/compare/v0.13.3...v0.13.4
[0.13.3]: https://github.com/noislabs/nois-contracts/compare/v0.13.2...v0.13.3
[0.13.2]: https://github.com/noislabs/nois-contracts/compare/v0.13.1...v0.13.2
Expand Down
24 changes: 12 additions & 12 deletions 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 contracts/nois-demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-demo"
version = "0.13.4"
version = "0.13.5"
authors = ["Simon Warta <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-drand/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-drand"
version = "0.13.4"
version = "0.13.5"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-gateway"
version = "0.13.4"
version = "0.13.5"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-icecube/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-icecube"
version = "0.13.4"
version = "0.13.5"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-monitoring/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-monitoring"
version = "0.13.4"
version = "0.13.5"
authors = ["Katarina | Nois Network", "Simon Warta <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-payment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-payment"
version = "0.13.4"
version = "0.13.5"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-proxy"
version = "0.13.4"
version = "0.13.5"
authors = ["Ethan Frey <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion contracts/nois-sink/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-sink"
version = "0.13.4"
version = "0.13.5"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion packages/drand-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drand-common"
version = "0.13.4"
version = "0.13.5"
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 packages/misc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "misc"
version = "0.13.4"
version = "0.13.5"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion packages/multitest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-multitest"
version = "0.13.4"
version = "0.13.5"
authors = []
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion packages/nois-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nois-protocol"
version = "0.13.4"
version = "0.13.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 21383b2

Please sign in to comment.