diff --git a/CHANGELOG.md b/CHANGELOG.md index 5444c8f72..c041b0c3c 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.4] - Unreleased +## [0.6.4] - 2024-08-18 ### Added diff --git a/version.cmake b/version.cmake index dd95e5f26..4924e75dc 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.4") -set(ATOMVM_DEV TRUE) +set(ATOMVM_DEV FALSE)