diff --git a/CHANGELOG.md b/CHANGELOG.md index d25cb62ace..ed4efc367d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Change log ----------- +# v2.3.0 - 2017-08-16 + +* Resize the splash logo to full screen instead of half screen [Gergely Imreh] +* Set docker bridge subnet to 10.114.101.1/24 [Petros Angelatos] +* Re-enable UPX compression on AArch64 [Will Newton] +* Resin-device-progress: fix typos that broke script [Gergely Imreh] +* Upgrade upx to 3.94 [Will Newton] +* Set deviceType in config.json [Will Newton] +* Update supervisor to v6.1.3 [Pablo Carranza Velez] +* Fix typo in resin-persistent-logs [Will Newton] +* Use BBCLASSEXTEND rather than inherit native [Florin Sarbu] + # v2.2.0 - 2017-07-28 * Update supervisor to v6.1.2 [Pablo Carranza Velez] diff --git a/meta-resin-common/conf/distro/include/resin-os.inc b/meta-resin-common/conf/distro/include/resin-os.inc index 6041eb1eff..efa2abee0e 100644 --- a/meta-resin-common/conf/distro/include/resin-os.inc +++ b/meta-resin-common/conf/distro/include/resin-os.inc @@ -3,7 +3,7 @@ require conf/distro/poky.conf DISTRO = "resin-os" DISTRO_NAME = "Resin OS" -DISTRO_VERSION = "2.2.0" +DISTRO_VERSION = "2.3.0" HOSTOS_VERSION = "${DISTRO_VERSION}" python () { ''' Set HOSTOS_VERSION from board VERSION if available '''