From 3c854270b006db30aa3894da2cdba10cc31b8c5f Mon Sep 17 00:00:00 2001 From: Bot Anik <98603954+bot-anik@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:48:25 +0000 Subject: [PATCH] chore(release): perform release 7.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ go.mod | 2 +- version | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b97b6d..88aed07f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # ØKP4 protocol changelog +## [7.1.0](https://github.com/okp4/okp4d/compare/v7.0.1...v7.1.0) (2024-04-02) + + +### Features + +* **logic:** expose open/3 predicate ([b71bf4f](https://github.com/okp4/okp4d/commit/b71bf4f3089239da24df5d52f055f354e58e0159)) +* **logic:** introduce parameter "limit" for queries ([cc86031](https://github.com/okp4/okp4d/commit/cc860317cd40cc8462e462267e31c527b0e09d25)) +* update generated proto & docs ([2d833c8](https://github.com/okp4/okp4d/commit/2d833c8164efb627e347d8d7d497d4c4ea42995a)) +* **wasm:** update cosmwasm to v2 ([5640041](https://github.com/okp4/okp4d/commit/564004197d555855935d2aebcb61851b083bf7c2)) + + +### Bug Fixes + +* **logic:** make the user output stream always initialized ([2345934](https://github.com/okp4/okp4d/commit/2345934f62c6519a951031a71768390f681f7cc6)) +* **logic:** prevent non-bound substitution variables to be returned ([9250bda](https://github.com/okp4/okp4d/commit/9250bda2ddca9119c9cb18014f3e2008f30c4e0c)) +* **sign:** properly expand input path ([a783c02](https://github.com/okp4/okp4d/commit/a783c0228d34f0e4d2b21c2b457ab478b38fd667)) +* **sign:** use right signature algorithm ([5bb6d2d](https://github.com/okp4/okp4d/commit/5bb6d2dced285b3519f012b840fef8192993193d)) + ## [7.0.1](https://github.com/okp4/okp4d/compare/v7.0.0...v7.0.1) (2024-03-05) ## [7.0.0](https://github.com/okp4/okp4d/compare/v6.0.0...v7.0.0) (2024-02-29) diff --git a/go.mod b/go.mod index 7b3e1b8e..d7f3bd5a 100644 --- a/go.mod +++ b/go.mod @@ -18,6 +18,7 @@ require ( cosmossdk.io/x/feegrant v0.1.0 cosmossdk.io/x/tx v0.13.0 cosmossdk.io/x/upgrade v0.1.1 + dario.cat/mergo v1.0.0 github.com/CosmWasm/wasmd v0.51.0-rc.2 github.com/Masterminds/sprig/v3 v3.2.3 github.com/cometbft/cometbft v0.38.5 @@ -80,7 +81,6 @@ require ( cloud.google.com/go/compute/metadata v0.2.3 // indirect cloud.google.com/go/iam v1.1.5 // indirect cloud.google.com/go/storage v1.35.1 // indirect - dario.cat/mergo v1.0.0 // indirect filippo.io/edwards25519 v1.0.0 // indirect github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect github.com/99designs/keyring v1.2.1 // indirect diff --git a/version b/version index 9fe9ff9d..a3fcc712 100644 --- a/version +++ b/version @@ -1 +1 @@ -7.0.1 +7.1.0