Skip to content

Commit 3c85427

Browse files
committed
chore(release): perform release 7.1.0
1 parent 6b1905c commit 3c85427

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# ØKP4 protocol changelog
22

3+
## [7.1.0](https://github.com/okp4/okp4d/compare/v7.0.1...v7.1.0) (2024-04-02)
4+
5+
6+
### Features
7+
8+
* **logic:** expose open/3 predicate ([b71bf4f](https://github.com/okp4/okp4d/commit/b71bf4f3089239da24df5d52f055f354e58e0159))
9+
* **logic:** introduce parameter "limit" for queries ([cc86031](https://github.com/okp4/okp4d/commit/cc860317cd40cc8462e462267e31c527b0e09d25))
10+
* update generated proto & docs ([2d833c8](https://github.com/okp4/okp4d/commit/2d833c8164efb627e347d8d7d497d4c4ea42995a))
11+
* **wasm:** update cosmwasm to v2 ([5640041](https://github.com/okp4/okp4d/commit/564004197d555855935d2aebcb61851b083bf7c2))
12+
13+
14+
### Bug Fixes
15+
16+
* **logic:** make the user output stream always initialized ([2345934](https://github.com/okp4/okp4d/commit/2345934f62c6519a951031a71768390f681f7cc6))
17+
* **logic:** prevent non-bound substitution variables to be returned ([9250bda](https://github.com/okp4/okp4d/commit/9250bda2ddca9119c9cb18014f3e2008f30c4e0c))
18+
* **sign:** properly expand input path ([a783c02](https://github.com/okp4/okp4d/commit/a783c0228d34f0e4d2b21c2b457ab478b38fd667))
19+
* **sign:** use right signature algorithm ([5bb6d2d](https://github.com/okp4/okp4d/commit/5bb6d2dced285b3519f012b840fef8192993193d))
20+
321
## [7.0.1](https://github.com/okp4/okp4d/compare/v7.0.0...v7.0.1) (2024-03-05)
422

523
## [7.0.0](https://github.com/okp4/okp4d/compare/v6.0.0...v7.0.0) (2024-02-29)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ require (
1818
cosmossdk.io/x/feegrant v0.1.0
1919
cosmossdk.io/x/tx v0.13.0
2020
cosmossdk.io/x/upgrade v0.1.1
21+
dario.cat/mergo v1.0.0
2122
github.com/CosmWasm/wasmd v0.51.0-rc.2
2223
github.com/Masterminds/sprig/v3 v3.2.3
2324
github.com/cometbft/cometbft v0.38.5
@@ -80,7 +81,6 @@ require (
8081
cloud.google.com/go/compute/metadata v0.2.3 // indirect
8182
cloud.google.com/go/iam v1.1.5 // indirect
8283
cloud.google.com/go/storage v1.35.1 // indirect
83-
dario.cat/mergo v1.0.0 // indirect
8484
filippo.io/edwards25519 v1.0.0 // indirect
8585
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
8686
github.com/99designs/keyring v1.2.1 // indirect

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.1
1+
7.1.0

0 commit comments

Comments
 (0)