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
parent
commit
f8c9ce0bdd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      CHANGELOG.md
  2. 1
      apps/api/src/services/data-provider/coingecko/coingecko.service.ts
  3. 2
      package.json

6
CHANGELOG.md

@ -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

1
apps/api/src/services/data-provider/coingecko/coingecko.service.ts

@ -243,6 +243,7 @@ export class CoinGeckoService implements DataProviderInterface {
assetClass: AssetClass.CASH,
assetSubClass: AssetSubClass.CRYPTOCURRENCY,
currency: DEFAULT_CURRENCY,
dataProviderInfo: this.getDataProviderInfo(),
dataSource: this.getName()
};
});

2
package.json

@ -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",

Loading…
Cancel
Save