Skip to content

Commit

Permalink
docs: add change logs for v0.2.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed May 23, 2023
1 parent a1d0256 commit 7c0d99f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# Changelog

## v0.2.1-alpha.1

This release enable two features:
- support multiple messages in single tx
- allow mirror bucket/object/group using name

Features
* [#250](https://github.com/bnb-chain/greenfield/pull/250) feat: allow mirror bucket/object/group using name
* [#249](https://github.com/bnb-chain/greenfield/pull/249) feat: support multiple messages in single tx for EIP712

Fix
* [#248](https://github.com/bnb-chain/greenfield/pull/248) fix: add versioned params e2e's test
* [#252](https://github.com/bnb-chain/greenfield/pull/252) fix: remove paramsclient from sdk and swagger
* [#255](https://github.com/bnb-chain/greenfield/pull/255) fix: verify permission openapi params
* [#254](https://github.com/bnb-chain/greenfield/pull/254) fix: fix potential int64 multiplication overflow


## v0.2.1
This is a hot fix release for v0.2.0
* [#251](https://github.com/bnb-chain/greenfield/pull/251) fix: correct the counting of deleted objects
* [#256](https://github.com/bnb-chain/greenfield/pull/256) dep: bump cosmos-sdk to v0.2.1


## v0.2.0
This release updates the greenfield-cosmos-sdk dependency. Please refer to the [greenfield-cosmos-sdk repository](https://github.com/bnb-chain/greenfield-cosmos-sdk/) for the update details.
* [#188](https://github.com/bnb-chain/greenfield/pull/188) feat: integrate greenfield with cosmos sdk v0.47
Expand Down

0 comments on commit 7c0d99f

Please sign in to comment.