diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..388b568 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,58 @@ + + +# Changelog + +## [Unreleased] v1.0.0 - 2021-11-26 + +* [\#64](https://github.com/tendermint/budget/pull/64) docs: improve documentation for audit release +* [\#74](https://github.com/tendermint/budget/pull/74) fix: update docs and workflow for default main branch +* [\#66](https://github.com/tendermint/budget/pull/66) fix: Add govHandler on testcode for budget proposal and Fix Expired rule +* [\#79](https://github.com/tendermint/budget/pull/79) fix: panic instead of ignoring errors +* [\#78](https://github.com/tendermint/budget/pull/78) feat: adding metrics to provide insights about the module +* [\#83](https://github.com/tendermint/budget/pull/83) fix: validation totalRate to check date overlapped budgets +* [\#85](https://github.com/tendermint/budget/pull/85) fix: rename some fields of Budget +* [\#81](https://github.com/tendermint/budget/pull/81) build: bump cosmos-sdk version to 0.44.3 +* [\#90](https://github.com/tendermint/budget/pull/90) feat: add address endpoint and release swagger v1.0.0 + +## [v0.1.1](https://github.com/tendermint/budget/releases/tag/v0.1.1) - 2021-10-15 + +* [\#46](https://github.com/tendermint/budget/pull/46) feat: add emit events and update spec docs +* [\#54](https://github.com/tendermint/budget/pull/54) test: update simulation tests +* [\#55](https://github.com/tendermint/budget/pull/55) build: bump Cosmos SDK version to v0.44.2 +* [\#57](https://github.com/tendermint/budget/pull/57) fix: refine sentinel errors +* [\#62](https://github.com/tendermint/budget/pull/62) feat: refactor collectbudget + +## [v0.1.0](https://github.com/tendermint/budget/releases/tag/v0.1.0) - 2021-09-17 \ No newline at end of file diff --git a/docs/How-To/api/README.md b/docs/How-To/api/README.md index 5709699..ef79cb0 100644 --- a/docs/How-To/api/README.md +++ b/docs/How-To/api/README.md @@ -5,7 +5,7 @@ Description: A high-level overview of gRPC-gateway REST Routes in budget module. ## Swagger Documentation -- [Swagger Docs v0.1.0](https://app.swaggerhub.com/apis-docs/gravity-devs/budget/0.1.0) +- [Swagger Docs v1.0.0](https://app.swaggerhub.com/apis-docs/gravity-devs/budget/1.0.0) ## gRPC-gateway REST Routes