# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## 2.0.0 ### Changed - Bump cosmwasm-std to version ^2 ## [0.8.0] - 2023-10-13 ### Added - Randomness simulator. This feature is a predictable randomness meant for testing, not for production - select_from_weighted - support more types for the weight ### Changed - Improved documentation