1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 07:18:09 +00:00

chore(core): bump version to 2.3.6

This commit is contained in:
Tomas Susanka 2020-11-25 20:14:30 +01:00
parent 952adc5961
commit 01d1058048
2 changed files with 15 additions and 1 deletions

View File

@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 2.3.6 [unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## 2.3.5 [to be released on 9th December 2020]
### Added

View File

@ -1,6 +1,6 @@
#define VERSION_MAJOR 2
#define VERSION_MINOR 3
#define VERSION_PATCH 5
#define VERSION_PATCH 6
#define VERSION_BUILD 0
#define FIX_VERSION_MAJOR 2