diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..8e657ef --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json", + "default": true, + "MD024": false +} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ac3f9da --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## Unreleased + +### Features + +* Add flat-fee bindings (#9) +* Update bindings to allow a contract to update another contract's metadata (#11) + +## v0.1.0 (2023-01-24) + +### Features + +* `ArchwayMsg` and `ArchwayQuery` (#4) +* Sample increment contract (#5) +* Custom gov vote query (#6)