Skip to content

Commit cf77135

Browse files
authored
Merge pull request #12 from oasisprotocol/ptrus/changelog-0.3.0
Changelog 0.3.0
2 parents a98ccc8 + 5bffc0d commit cf77135

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.changelog/10.internal.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changelog/11.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 0.3.0 (2026-01-09)
16+
17+
### Features
18+
19+
- Set 2025 epochs, and add 2026 support
20+
([#11](https://github.com/oasisprotocol/csv-exporter/issues/11))
21+
22+
### Internal Changes
23+
24+
- Use cryptocompare API for prices instead of binance
25+
([#10](https://github.com/oasisprotocol/csv-exporter/issues/10))
26+
27+
Binance API doesn't work from ci runners since they are hosted in US
28+
1529
## 0.2.1 (2025-12-19)
1630

1731
### Bug Fixes and Improvements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)