python: update changelog, bump version

pull/378/head python/v0.11.4
matejcik 5 years ago
parent 46c10e9402
commit 1a5ca74e2d

@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
_At the moment, the project does **not** adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). That is expected to change with version 1.0._
## [0.11.4] - 2019-07-31
[0.11.4]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.3...python/v0.11.4
### Added
- trezorctl support for SLIP-39 Shamir Backup
- support for Binance Chain
## [0.11.3] - 2019-05-29
[0.11.3]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.2...python/v0.11.3

@ -1,4 +1,4 @@
__version__ = "0.11.3"
__version__ = "0.11.4"
# fmt: off
MINIMUM_FIRMWARE_VERSION = {

Loading…
Cancel
Save