chore: prepare x/tx changelog (#20015)

This commit is contained in:
Julien Robert 2024-04-12 13:09:42 +02:00 committed by GitHub
parent f1eba98108
commit 4ad0821e8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,12 +25,16 @@ Types of changes (Stanzas):
"Bug Fixes" for any bug fixes.
"API Breaking" for breaking exported APIs used by developers building on SDK.
Ref: https://keepachangelog.com/en/1.0.0/
Since v0.13.0, x/tx follows Cosmos SDK semver: https://github.com/cosmos/cosmos-sdk/blob/main/RELEASES.md
-->
# Changelog
## [Unreleased]
## [v0.13.2](https://github.com/cosmos/cosmos-sdk/releases/tag/x/tx/v0.13.2) - 2024-04-12
### Features
* [#19786](https://github.com/cosmos/cosmos-sdk/pull/19786)/[#19919](https://github.com/cosmos/cosmos-sdk/pull/19919) Add "inline_json" option to Amino JSON encoder.
@ -43,7 +47,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* [#19955](https://github.com/cosmos/cosmos-sdk/pull/19955) Don't shadow Amino marshalling error messages
## v0.13.1
## [v0.13.1](https://github.com/cosmos/cosmos-sdk/releases/tag/x/tx/v0.13.1) - 2024-03-05
### Features
@ -57,7 +61,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* [#19265](https://github.com/cosmos/cosmos-sdk/pull/19265) Reject denoms that contain a comma.
## v0.13.0
## [v0.13.0](https://github.com/cosmos/cosmos-sdk/releases/tag/x/tx/v0.13.0) - 2023-12-19
### Improvements