From 3a54ddefeb16a6f5fed75a770acaf36ae28f20f9 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Wed, 21 Feb 2024 11:13:54 -0700 Subject: [PATCH] Mark v0.46.13-pio-2 in the changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b452e3872340..01b4ceaac3c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,12 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## Unreleased +* nothing + +--- + +## [v0.46.13-pio-2](https://github.com/provenance-io/cosmos-sdk/releases/tag/v0.46.13-pio-2) - 2023-08-11 + ### Features * [#578](https://github.com/provenance-io/cosmos-sdk/pull/578) Add `binary_version` to the `NodeInfo` object returned by status command. @@ -46,6 +52,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements +* [#580](https://github.com/provenance-io/cosmos-sdk/pull/580) Add SpendableBalances query CLI command. * [#581](https://github.com/provenance-io/cosmos-sdk/pull/581) For `MsgMultiSend` and `InputOutputCoins`, allow many inputs when there's a single output. ### Bug Fixes @@ -58,6 +65,11 @@ Ref: https://keepachangelog.com/en/1.0.0/ * [#581](https://github.com/provenance-io/cosmos-sdk/pull/581) The `InputOutputCoins` once again takes in multiple inputs. It returns an error if there are multiple inputs and multiple outputs. * [#582](https://github.com/provenance-io/cosmos-sdk/pull/582) The `SimulateFromSeed` function now also returns the last block time simulated. +### Full Commit History + +* https://github.com/provenance-io/cosmos-sdk/compare/v0.46.13-pio-1...v0.46.13-pio-2 +* https://github.com/provenance-io/cosmos-sdk/compare/v0.46.13..v0.46.13-pio-2 + --- ## [v0.46.13-pio-1](https://github.com/provenance-io/cosmos-sdk/releases/tag/v0.46.13-pio-1) - 2023-06-09