From 993a491d247e8c0b44783e8c297d3e70125b40c7 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 5 May 2021 12:05:43 +0200 Subject: [PATCH] Release 1.0.0 (#70) --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2101c378..594526fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ 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). -## Unreleased +## 1.0.0 - 05.05.2021 ### Added +- Added the functionality to clone a transaction - Added a _Google Play_ badge on the landing page ### Changed diff --git a/package.json b/package.json index 7180822f9..f553a6636 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "0.99.0", + "version": "1.0.0", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "scripts": {