-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## [v1.4.1](https://github.com/provenance-io/provenance/releases/tag/v1.4.1) - 2021-06-02 | ||
|
||
* Updated github binary release workflow. No code changes from 1.4.0. | ||
|
||
|
||
## [v1.4.0](https://github.com/provenance-io/provenance/releases/tag/v1.4.0) - 2021-06-02 | ||
|
||
### Features | ||
|
||
* ENV config support, SDK v0.42.5 update [#320](https://github.com/provenance-io/provenance/issues/320) | ||
* Upgrade handler set version name to `citrine` [#339](https://github.com/provenance-io/provenance/issues/339) | ||
|
||
### Bug Fixes | ||
|
||
* P8EMemorializeContract: preserve some Scope fields if the scope already exists [PR 336](https://github.com/provenance-io/provenance/pull/336) | ||
* Set default standard err/out for `provenanced` commands [PR 337](https://github.com/provenance-io/provenance/pull/337) | ||
* Fix for invalid help text permissions list on marker access grant command [PR 337](https://github.com/provenance-io/provenance/pull/337) | ||
* When writing a session, make sure the scope spec of the containing scope, contains the session's contract spec. [#322](https://github.com/provenance-io/provenance/issues/322) | ||
|
||
### Improvements | ||
|
||
* Informative error message for `min-gas-prices` invalid config panic on startup [#333](https://github.com/provenance-io/provenance/issues/333) | ||
* Update marker event documentation to match typed event namespaces [#304](https://github.com/provenance-io/provenance/issues/304) | ||
|