Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 1.73 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.1-beta] - 2023-02-23

Changed

  • On Hub Module instantiation, info.sender is now saved as an operator for the contract. (#73)

[1.1.0-beta] - 2023-02-14

Added

  • Custom Module Template for kickstarting development of custom modules. This contract includes the common functions and messages found in the framework modules. (#65)
  • Custom Permission Template for kickstarting development of custom permissions. This contract includes the common functions and messages found in the framework permissions. (#65)
  • Paginated query - QueryMsg::Modules on Hub Module to list all the registered modules with their name and addresses. (#68)
  • Operators support on Fee Module. (#69)

[1.0.1-beta] - 2022-12-05

Changed

  • Collection minting lock is now saved as false by default in create_collection message in Mint Module (#56)
  • info.sender is now used instead of env.contract.address for querying contract admin on Token Module instantiate message. (#57)

[1.0.0-beta] - 2022-11-17

  • Initial version for the framework. Release can be found here