Skip to content

Commit

Permalink
Mark v1.15.0 in the changelog. (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon authored May 5, 2023
1 parent f577cf3 commit 64d789a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 31 deletions.
20 changes: 4 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

---

## [v1.15.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.15.0-rc3) - 2023-04-28

### Bug Fixes

* Fix authz + smart contract + value owner updates being too permissive [PR 1519](https://github.com/provenance-io/provenance/pull/1519).
* Fix metadata params query path in stargate whitelist [#1514](https://github.com/provenance-io/provenance/issues/1514)

### Full Commit History

* https://github.com/provenance-io/provenance/compare/v1.14.1...v1.15.0-rc3
* https://github.com/provenance-io/provenance/compare/v1.15.0-rc2...v1.15.0-rc3

---

## [v1.15.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.15.0-rc2) - 2023-04-19
## [v1.15.0](https://github.com/provenance-io/provenance/releases/tag/v1.15.0) - 2023-05-05

### Features

Expand Down Expand Up @@ -96,6 +82,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
* Fix `make proto-gen` [PR 1404](https://github.com/provenance-io/provenance/pull/1404).
* Fix wasmd transactions that are run by gov module [#1414](https://github.com/provenance-io/provenance/issues/1414)
* Add support for ibc transfers of restricted tokens [#1502](https://github.com/provenance-io/provenance/issues/1502).
* Fix authz + smart contract + value owner updates being too permissive [PR 1519](https://github.com/provenance-io/provenance/pull/1519).
* Fix metadata params query path in stargate whitelist [#1514](https://github.com/provenance-io/provenance/issues/1514)

### Client Breaking

Expand All @@ -119,7 +107,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Full Commit History

* https://github.com/provenance-io/provenance/compare/v1.14.1...v1.15.0-rc2
* https://github.com/provenance-io/provenance/compare/v1.14.1...v1.15.0

---

Expand Down
25 changes: 10 additions & 15 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
## [v1.15.0-rc3](https://github.com/provenance-io/provenance/releases/tag/v1.15.0-rc3) - 2023-04-28
## [v1.15.0](https://github.com/provenance-io/provenance/releases/tag/v1.15.0) - 2023-05-05

### Bug Fixes
The Provenance Blockchain v1.15.0 release includes several new features, improvements and bug fixes.

* Fix authz + smart contract + value owner updates being too permissive [PR 1519](https://github.com/provenance-io/provenance/pull/1519).
* Fix metadata params query path in stargate whitelist [#1514](https://github.com/provenance-io/provenance/issues/1514)

### Full Commit History
Restricted markers can now be configured to allow transfers to accounts that have specified attributes. Such funds can be transferred using `MsgSend`. Restricted markers can also be configured to allow forced transfers.

* https://github.com/provenance-io/provenance/compare/v1.14.1...v1.15.0-rc3
* https://github.com/provenance-io/provenance/compare/v1.15.0-rc2...v1.15.0-rc3

---

## [v1.15.0-rc2](https://github.com/provenance-io/provenance/releases/tag/v1.15.0-rc2) - 2023-04-19
The `x/metadata` module has been given added WASM support. Also, now, a specification can require multiple parties with the same role but different addresses. There is also a new, alternative method of party/role/signer validation available. Scopes that require party rollup can contain optional parties and the parties in its sessions must also be noted as owners in the scope. When records are written to such scopes, there must be a signing party for each role required by the specification.

### Features

* Add support for tokens restricted marker sends with required attributes [#1256](https://github.com/provenance-io/provenance/issues/1256))
* Add support for tokens restricted marker sends with required attributes [#1256](https://github.com/provenance-io/provenance/issues/1256)
* Allow markers to be configured to allow forced transfers [#1368](https://github.com/provenance-io/provenance/issues/1368).
* Publish Provenance Protobuf API as a NPM module [#1449](https://github.com/provenance-io/provenance/issues/1449).
* Add support for account addresses by attribute name lookup [#1447](https://github.com/provenance-io/provenance/issues/1447).
* Add allow forced transfers support to creating markers from smart contracts [#1458](https://github.com/provenance-io/provenance/issues/1458).
* Metadata party rollup and optional parties [#1438](https://github.com/provenance-io/provenance/issues/1438).
Expand All @@ -40,6 +31,7 @@
This replaces the old `AddMarkerProposal` governance proposal.
* Bump wasmvm to 1.1.2 [#1484](https://github.com/provenance-io/provenance/pull/1358).
* Documented proposing a transaction [#1489](https://github.com/provenance-io/provenance/pull/1489).
* Add marker address to add marker event [#1499](https://github.com/provenance-io/provenance/issues/1499).

### Deprecated

Expand All @@ -51,6 +43,9 @@
* Fix committer email format in third party Protobuf workflow (for [#1339](https://github.com/provenance-io/provenance/issues/1339)) [PR 1385](https://github.com/provenance-io/provenance/pull/1385)
* Fix `make proto-gen` [PR 1404](https://github.com/provenance-io/provenance/pull/1404).
* Fix wasmd transactions that are run by gov module [#1414](https://github.com/provenance-io/provenance/issues/1414)
* Add support for ibc transfers of restricted tokens [#1502](https://github.com/provenance-io/provenance/issues/1502).
* Fix authz + smart contract + value owner updates being too permissive [PR 1519](https://github.com/provenance-io/provenance/pull/1519).
* Fix metadata params query path in stargate whitelist [#1514](https://github.com/provenance-io/provenance/issues/1514)

### Client Breaking

Expand All @@ -74,4 +69,4 @@

### Full Commit History

* https://github.com/provenance-io/provenance/compare/v1.14.1...v1.15.0-rc2
* https://github.com/provenance-io/provenance/compare/v1.14.1...v1.15.0

0 comments on commit 64d789a

Please sign in to comment.