1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-15 17:12:04 +00:00

python: update changelog, bump version

This commit is contained in:
matejcik 2019-07-31 18:00:52 +02:00
parent 46c10e9402
commit 1a5ca74e2d
2 changed files with 10 additions and 1 deletions

View File

@ -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._ _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] - 2019-05-29
[0.11.3]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.2...python/v0.11.3 [0.11.3]: https://github.com/trezor/trezor-firmware/compare/python/v0.11.2...python/v0.11.3

View File

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