Browse Source

Release 1.35.0 (#279)

pull/276/head v1.35.0
Thomas 4 years ago
committed by GitHub
parent
commit
5b8af68e71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      CHANGELOG.md
  2. 2
      package.json

12
CHANGELOG.md

@ -5,13 +5,7 @@ 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
### Fixed
- Added a fallback if the exchange rate service has not been initialized correctly
## Unreleased
## 1.35.0 - 08.08.2021
### Changed
@ -21,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Optimized the accounts table for mobile
- Upgraded `chart.js` from version `3.3.2` to `3.5.0`
### Fixed
- Added a fallback if the exchange rate service has not been initialized correctly
### Todo
- Apply data migration (`yarn database:push`)

2
package.json

@ -1,6 +1,6 @@
{
"name": "ghostfolio",
"version": "1.34.0",
"version": "1.35.0",
"homepage": "https://ghostfol.io",
"license": "AGPL-3.0",
"scripts": {

Loading…
Cancel
Save