From e4783f84a579f4ed9919612b80c332f6c6378625 Mon Sep 17 00:00:00 2001 From: kwt <4344285+kwtalley@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:20:45 -0500 Subject: [PATCH] update CHANGELOG, RELEASE_CHANGELOG --- CHANGELOG.md | 10 +++++++--- RELEASE_CHANGELOG.md | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5094ff3..aa030bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ * Bump to Provenance 1.17.1 ([#135](https://github.com/provenance-io/provwasm/issues/135)) * Add ibc message types ([#136](https://github.com/provenance-io/provwasm/issues/136)) * Update contracts to use `cosmwasm/optimzer` ([#140](https://github.com/provenance-io/provwasm/issues/140)) -* Create security contract to link assets with a security type ([#138](https://github.com/provenance-io/provwasm/issues/138)) +* Create security contract to link assets with a security + type ([#138](https://github.com/provenance-io/provwasm/issues/138)) +* Bump to Provenance 1.18.0-rc2 ([#143](https://github.com/provenance-io/provwasm/issues/143)) ## Releases @@ -22,7 +24,8 @@ ### [v1.2.0](https://github.com/provenance-io/provwasm/tree/v1.2.0) * Update tutorial documentation ([#102](https://github.com/provenance-io/provwasm/issues/102)) -* Add Fee struct to make it easier to implement message fees ([#106](https://github.com/provenance-io/provwasm/issues/106)) +* Add Fee struct to make it easier to implement message + fees ([#106](https://github.com/provenance-io/provwasm/issues/106)) * Added ProvenanceMsg From implementation ([#108](https://github.com/provenance-io/provwasm/issues/102)) * Add forced transfer support for restricted markers ([#110](https://github.com/provenance-io/provwasm/issues/110)) @@ -38,7 +41,8 @@ ### [v1.1.0](https://github.com/provenance-io/provwasm/tree/v1.1.0) * Smart Contract MsgFee Support ([#87](https://github.com/provenance-io/provwasm/issues/87)) -* Add `UpdateAttribute` and `DeleteDistinctAttribute` bindings ([#86](https://github.com/provenance-io/provwasm/issues/86)) +* Add `UpdateAttribute` and `DeleteDistinctAttribute` + bindings ([#86](https://github.com/provenance-io/provwasm/issues/86)) ### [v1.0.0](https://github.com/provenance-io/provwasm/tree/v1.0.0) diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 560c20f9..95026753 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -4,3 +4,4 @@ * Bump to Provenance 1.17.1 ([#135](https://github.com/provenance-io/provwasm/issues/135)) * Add ibc message types ([#136](https://github.com/provenance-io/provwasm/issues/136)) * Update contracts to use `cosmwasm/optimzer` ([#140](https://github.com/provenance-io/provwasm/issues/140)) +* Bump to Provenance 1.18.0-rc2 ([#143](https://github.com/provenance-io/provwasm/issues/143))