diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f9311264..2c021265cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.6.0-beta.0] - Unreleased +## [0.6.0-beta.0] - 2024-02-08 ### Added - Added `esp:get_default_mac/0` for retrieving the default MAC address on ESP32. diff --git a/version.cmake b/version.cmake index a45d79faea..db82c05817 100644 --- a/version.cmake +++ b/version.cmake @@ -19,4 +19,4 @@ # set(ATOMVM_BASE_VERSION "0.6.0-beta.0") -set(ATOMVM_DEV TRUE) +set(ATOMVM_DEV FALSE)