diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b007f..884e9ce 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.4.0] - 2023-09-26 ### Added - Possibility to set a default account diff --git a/package.json b/package.json index f62a181..89c3b95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sake-app", - "version": "0.3.0", + "version": "0.4.0", "author": "Rodolphe Bréard ", "license": "(MIT OR Apache-2.0)", "private": true,