diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 099b0e2be..d093fec52 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Fix unipi-tools binaries installation + hash: 49214a4aa5d82d43ea3834c0132880b84a2b2ec5 + body: | + The binaries were missing execution bit set and also we were missing the + libmodbus dependency in the rootfs. + footer: + Changelog-entry: Fix unipi-tools binaries installation + changelog-entry: Fix unipi-tools binaries installation + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + version: 2.75.0+rev3 + date: 2021-04-29T14:04:25.371Z - commits: - subject: Transition to NXP GPL balenaFin sd8887 driver distribution hash: f8bbad5739c3b582ca86058b16739050748228c1 diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd52bc03..00028a570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v2.75.0+rev3 +## (2021-04-29) + +* Fix unipi-tools binaries installation [Florin Sarbu] + # v2.75.0+rev2 ## (2021-04-29) diff --git a/VERSION b/VERSION index 5ce9912a0..533c704cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.75.0+rev2 \ No newline at end of file +2.75.0+rev3 \ No newline at end of file