Skip to content

Commit

Permalink
chore: add changelog (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed Aug 14, 2023
1 parent 1c25fd8 commit 4b11be6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
"default": true,
"MD024": false
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4b11be6

Please sign in to comment.