Skip to content

Commit 2f41486

Browse files
committed
Updated Releases.md
1 parent 92a4b95 commit 2f41486

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Unreleased
44

5+
## v0.9.0
6+
57
- Fixed a remove bug in `Keymap` and `Keyset` ([#86](https://github.com/scrtlabs/secret-toolkit/pull/86)).
8+
- Replace `cosmwasm-std` with `secret-cosmwasm-std` in prep for crates.io packages ([#87](https://github.com/scrtlabs/secret-toolkit/pull/87)).
9+
- Renamed `Prng` as `ContractPrng` ([#87](https://github.com/scrtlabs/secret-toolkit/pull/87)).
10+
- Add `RngCore` & `CryptoRng` trait to `Prng` ([#87](https://github.com/scrtlabs/secret-toolkit/pull/87)).
11+
- Added `from_env` function for `ContractPrng` that consumes `env.block.random` ([#87](https://github.com/scrtlabs/secret-toolkit/pull/87)).
612

713
## v0.8.1
814

0 commit comments

Comments
 (0)