Browse Source
Merge branch 'main' into feature/upgrade-yahoo-finance2-to-version-2.9.1
pull/2963/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
8 additions and
1 deletions
-
CHANGELOG.md
-
apps/api/src/services/data-provider/coingecko/coingecko.service.ts
-
package.json
|
|
@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Upgraded `yahoo-finance2` from version `2.9.0` to `2.9.1` |
|
|
|
|
|
|
|
## 2.48.1 - 2024-02-06 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Added the missing data provider information to the _CoinGecko_ service |
|
|
|
|
|
|
|
## 2.48.0 - 2024-02-05 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -243,6 +243,7 @@ export class CoinGeckoService implements DataProviderInterface { |
|
|
|
assetClass: AssetClass.CASH, |
|
|
|
assetSubClass: AssetSubClass.CRYPTOCURRENCY, |
|
|
|
currency: DEFAULT_CURRENCY, |
|
|
|
dataProviderInfo: this.getDataProviderInfo(), |
|
|
|
dataSource: this.getName() |
|
|
|
}; |
|
|
|
}); |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "2.48.0", |
|
|
|
"version": "2.48.1", |
|
|
|
"homepage": "https://ghostfol.io", |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"repository": "https://github.com/ghostfolio/ghostfolio", |
|
|
|