Skip to content

Commit d434944

Browse files
authored
chore(main): release 2.0.0 (#157)
1 parent 4f44f5e commit d434944

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/centrifuge/pools-subql/compare/v1.1.0...v2.0.0) (2024-05-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* renamed several poolFees aggregators properties under the pool entity
9+
10+
### Features
11+
12+
* add current price & track quantities ([#164](https://github.com/centrifuge/pools-subql/issues/164)) ([4f44f5e](https://github.com/centrifuge/pools-subql/commit/4f44f5ef2f3c9d477978cf0af8c4621cd2b3f61a))
13+
* improved naming of PoolFee accumulators in Pool entity ([#160](https://github.com/centrifuge/pools-subql/issues/160)) ([80a5608](https://github.com/centrifuge/pools-subql/commit/80a56087cb4885d2e9f05206c03728cd7382eb27))
14+
* track total cash asset value in PoolSnapshot ([#156](https://github.com/centrifuge/pools-subql/issues/156)) ([2c96e12](https://github.com/centrifuge/pools-subql/commit/2c96e1265a1852d35e331b8044747d2c89b4dd48)), closes [#143](https://github.com/centrifuge/pools-subql/issues/143)
15+
16+
17+
### Bug Fixes
18+
19+
* interest amount for transfer debt ([#158](https://github.com/centrifuge/pools-subql/issues/158)) ([9aef6c3](https://github.com/centrifuge/pools-subql/commit/9aef6c36e379f4db4acb7bac602e03c0c2194589))
20+
321
## [1.1.0](https://github.com/centrifuge/pools-subql/compare/v1.0.0...v1.1.0) (2024-05-16)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@centrifuge/pools-subql",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Subquery for the pools functionality",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)