diff --git a/CHANGELOG.md b/CHANGELOG.md index 4add200..2955e7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ 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] - 2023-08-25 ### Added - The main view now includes a reset button diff --git a/package.json b/package.json index bc03103..7240d2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sake-app", - "version": "0.2.0", + "version": "0.3.0", "author": "Rodolphe Bréard ", "license": "(MIT OR Apache-2.0)", "private": true,