diff --git a/CHANGELOG.md b/CHANGELOG.md index 755ed37060..a6dcf67600 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-rc.0] - Unreleased +## [0.6.0-rc.0] - 2024-03-03 ### Added @@ -21,8 +21,6 @@ calling `esp_wifi_init()`. See also issue [#1059](https://github.com/atomvm/Atom - Fixed Esp32 network driver on non-SMP builds - ESP32: fixed bug in `gpio:stop/0` and `gpio:close/1` that would cause the VM to crash. -### Changed - ## [0.6.0-beta.1] - 2024-02-28 ### Added diff --git a/version.cmake b/version.cmake index 2d4c9489f7..c3d4d6ebce 100644 --- a/version.cmake +++ b/version.cmake @@ -20,4 +20,4 @@ # Please, keep also in sync src/libAtomVM/atomvm_version.h set(ATOMVM_BASE_VERSION "0.6.0-rc.0") -set(ATOMVM_DEV TRUE) +set(ATOMVM_DEV FALSE)