diff --git a/.changelog/6.feature.md b/.changelog/6.feature.md deleted file mode 100644 index 90cfa44..0000000 --- a/.changelog/6.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add USD ROSE prices at the day of the transactions diff --git a/CHANGELOG.md b/CHANGELOG.md index a18f53c..52c0d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ The format is inspired by [Keep a Changelog]. +## 0.2.0 (2025-12-19) + +### Features + +- Add USD ROSE prices at the day of the transactions + ([#6](https://github.com/oasisprotocol/csv-exporter/issues/6)) + ## 0.1.1 (2025-12-11) ### Internal Changes diff --git a/package.json b/package.json index 874ade0..9b82c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.1.1", + "version": "0.2.0", "private": true, "type": "module", "scripts": {