diff --git a/aether-core/CHANGELOG.md b/aether-core/CHANGELOG.md index 680b609..628691c 100644 --- a/aether-core/CHANGELOG.md +++ b/aether-core/CHANGELOG.md @@ -5,7 +5,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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] 0.3.0-rc.1 +## [0.3.0] 24-08-2024 ### Added diff --git a/aether-core/Cargo.toml b/aether-core/Cargo.toml index cfef49e..1f4dc7e 100644 --- a/aether-core/Cargo.toml +++ b/aether-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-core" -version = "0.3.0-beta.1" +version = "0.3.0" edition = "2021" publish = false