Browse Source

Release 1.111.0

pull/671/head
Thomas 3 years ago
parent
commit
c7ae8f3aea
  1. 10
      CHANGELOG.md
  2. 2
      package.json

10
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

2
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": {

Loading…
Cancel
Save