From 48f6b8d3537c56190e021503cca30a80d7740ab5 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 3 Feb 2022 21:00:53 +0100 Subject: [PATCH] Release 1.111.0 (#671) --- CHANGELOG.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245b719d9..e27515571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,20 @@ 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.111.0 - 03.02.2022 ### Added - Added support for deleting symbol profile data in the admin control panel -### Fixed - -- Fixed the symbol selection of the 7d data gathering - ### Changed - Used `dataSource` and `symbol` from `SymbolProfile` instead of the `order` object (in `ExportService` and `PortfolioService`) +### Fixed + +- Fixed the symbol selection of the 7d data gathering + ## 1.110.0 - 02.02.2022 ### Fixed diff --git a/package.json b/package.json index 196c48821..033097f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "1.110.0", + "version": "1.111.0", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "scripts": {