Skip to content

Commit

Permalink
chore(release): perform release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Apr 2, 2024
1 parent 6b1905c commit 3c85427
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.1.0

0 comments on commit 3c85427

Please sign in to comment.