Skip to content

Commit c657cbe

Browse files
committed
Update to version 1.9.0
Bump version information for 1.9.0 release Signed-off-by: David Brown <david.brown@linaro.org>
1 parent 2b82227 commit c657cbe

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[travis]: https://travis-ci.org/mcu-tools/mcuboot
1717
[license]: https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
1818

19-
This is MCUboot version 1.9.0-rc2
19+
This is MCUboot version 1.9.0
2020

2121
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
2222
common infrastructure for the bootloader and the system flash layout on

docs/release-notes.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ been tested with a `BOOT_MAX_ALIGN` up to 32 bytes.
3131
- Remove zephyr example test running in shell. The Go version is
3232
primary and much more featureful.
3333
- imgtool: make `--max-align` default reasonable in most cases.
34+
- Implement the mcumgr echo command in serial boot mode
3435

3536
### Security fixes
3637

scripts/imgtool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
imgtool_version = "1.9.0rc2"
17+
imgtool_version = "1.9.0"

0 commit comments

Comments
 (0)