diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ec3411a3..fd9b2cd18d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ --- -## [v1.17.0-rc1](https://github.com/provenance-io/provenance/releases/tag/v1.17.0-rc1) - 2023-10-18 +## [v1.17.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.17.0-rc2) - 2023-11-02 ### Features @@ -59,6 +59,11 @@ Ref: https://keepachangelog.com/en/1.0.0/ * Properly populate the permissions lists when reading access grants from state [#1699](https://github.com/provenance-io/provenance/issues/1699). * Fixed the paginated order queries to properly look up orders [#1699](https://github.com/provenance-io/provenance/issues/1699). +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.17.0-rc1...v1.17.0-rc2 +* https://github.com/provenance-io/provenance/compare/v1.16.0...v1.17.0-rc2 + --- ## [v1.17.0-rc1](https://github.com/provenance-io/provenance/releases/tag/v1.17.0-rc1) - 2023-10-18 diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 779799c41d..de9f2c3d63 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,3 +1,28 @@ +## [v1.17.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.17.0-rc2) - 2023-11-02 + +### Features + +* Add the (empty) `saffron-rc2` upgrade [#1699](https://github.com/provenance-io/provenance/issues/1699). + +### Improvements + +* Wrote unit tests on the keeper methods [#1699](https://github.com/provenance-io/provenance/issues/1699). +* During `FillBids`, the seller settlement fee is now calculated on the total price instead of each order individually [#1699](https://github.com/provenance-io/provenance/issues/1699). +* In the `OrderFeeCalc` query, ensure the market exists [#1699](https://github.com/provenance-io/provenance/issues/1699). + +### Bug Fixes + +* During `InitGenesis`, ensure LastOrderId is at least the largest order id [#1699](https://github.com/provenance-io/provenance/issues/1699). +* Properly populate the permissions lists when reading access grants from state [#1699](https://github.com/provenance-io/provenance/issues/1699). +* Fixed the paginated order queries to properly look up orders [#1699](https://github.com/provenance-io/provenance/issues/1699). + +### Full Commit History + +* https://github.com/provenance-io/provenance/compare/v1.17.0-rc1...v1.17.0-rc2 +* https://github.com/provenance-io/provenance/compare/v1.16.0...v1.17.0-rc2 + +--- + ## [v1.17.0-rc1](https://github.com/provenance-io/provenance/releases/tag/v1.17.0-rc1) - 2023-10-18 ### Features