diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f5468..6d7ecd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v1.14.0 + +* New features + * Add `-b script` option to support running an external script or program to + supply the serial number. This is useful for including proprietary ID code + in with other boardid options. Thanks to Jon Ringle for this feature. + * Improve `-b bbb` to support reading the updated Beagleboard EEPROM format + used on the BeaglePlay. + ## v1.13.1 * Bug fixes diff --git a/Makefile b/Makefile index 6693e33..52bfe46 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: Apache-2.0 -VERSION=1.13.1 +VERSION=1.14.0 SRCS = $(wildcard src/*.c)