From 4b11be660722452e04d2ff06fb439c01e2b25a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Mon, 14 Aug 2023 17:45:16 +0200 Subject: [PATCH] chore: add changelog (#13) --- .markdownlint.json | 5 +++++ CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .markdownlint.json create mode 100644 CHANGELOG.md 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)