From 21504573b4a336636dc2a33cb61d0c89e47a10ef Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Jun 2021 17:30:59 +0200 Subject: [PATCH] Release 1.11.0 (#147) --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4433f0d7f..d21c3a394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ 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.11.0 - 05.06.2021 ### Added - Added a dedicated page for the account registration - Rendered the average buy prices in the position detail chart (useful for recurring transactions) +- Introduced the initial prisma migration ### Changed diff --git a/package.json b/package.json index 569daa0df..24524a2cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "1.10.1", + "version": "1.11.0", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "scripts": {