Skip to content

Commit

Permalink
Mark v1.14.0-rc3 in the changelog and release notes. (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon authored Feb 17, 2023
1 parent fe592e4 commit 034631b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

* nothing

---

## [v1.14.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.14.0-rc3) - 2023-02-17

### Improvements

* Increase all validators' max commission change rate to 5% [PR 1360](https://github.com/provenance-io/provenance/pull/1360).
Expand All @@ -53,6 +59,11 @@ Ref: https://keepachangelog.com/en/1.0.0/

* No longer sign the mac binary, and stop including it in the release [PR 1367](https://github.com/provenance-io/provenance/pull/1367).

### Full Commit History

* https://github.com/provenance-io/provenance/compare/v1.14.0-rc2...v1.14.0-rc3
* https://github.com/provenance-io/provenance/compare/v1.13.1...v1.14.0-rc3

---

## [v1.14.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.14.0-rc2) - 2023-02-06
Expand Down
29 changes: 27 additions & 2 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [v1.14.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.14.0-rc3) - 2023-02-17

### Improvements

* Increase all validators' max commission change rate to 5% [PR 1360](https://github.com/provenance-io/provenance/pull/1360).
* Bump Cosmos-SDK to v0.46.10-pio-1 (from [v0.46.8-pio-3](https://github.com/provenance-io/cosmos-sdk/compare/v0.46.8-pio-3...v0.46.10-pio-1)) [PR 1371](https://github.com/provenance-io/provenance/pull/1371).
See its [RELEASE_NOTES.md](https://github.com/provenance-io/cosmos-sdk/blob/v0.46.10-pio-1/RELEASE_NOTES.md) for details.
* Create the `paua-rc2` upgrade handler that bumps validator max change rates and puts max gas back to what it used to be [PR 1373](https://github.com/provenance-io/provenance/pull/1373).
This will only be applied to `testnet`.

### Bug Fixes

* Correctly log streaming plugin loading errors [PR 1356](https://github.com/provenance-io/provenance/pull/1356).

### Client Breaking

* No longer sign the mac binary, and stop including it in the release [PR 1367](https://github.com/provenance-io/provenance/pull/1367).

### Full Commit History

* https://github.com/provenance-io/provenance/compare/v1.14.0-rc2...v1.14.0-rc3
* https://github.com/provenance-io/provenance/compare/v1.13.1...v1.14.0-rc3

---

## [v1.14.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.14.0-rc2) - 2023-02-06

### Improvements
Expand Down Expand Up @@ -39,8 +64,8 @@
* Add validate basic check to msg router service [#1308](https://github.com/provenance-io/provenance/issues/1308).
* Removed legacy-amino [#1275](https://github.com/provenance-io/provenance/issues/1275).
* Opened port 9091 on ibcnet container ibc1 to allow for reaching GRPC [PR 1314](https://github.com/provenance-io/provenance/pull/1314).
* Increase all validator's max commission to 100% [PR 1333](https://github.com/provenance-io/provenance/pull/1333).
* Increase max gas per block to 120,000,000 (from 60,000,000) [PR 1335](https://github.com/provenance-io/provenance/pull/1335).
* Increase all validators' max commission to 100% [PR 1333](https://github.com/provenance-io/provenance/pull/1333).
* In testnet only, increase max gas per block to 120,000,000 (from 60,000,000) [PR 1335](https://github.com/provenance-io/provenance/pull/1335).

### Bug Fixes

Expand Down

0 comments on commit 034631b

Please sign in to comment.