Skip to content

Commit

Permalink
chore(main): release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 committed Jun 7, 2024
1 parent cc358ee commit ef2fe4c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "2.2.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.2.0](https://github.com/centrifuge/pools-subql/compare/v2.1.0...v2.2.0) (2024-06-07)


### Features

* add AssetPosition entity and track realized p&l ([#193](https://github.com/centrifuge/pools-subql/issues/193)) ([cc358ee](https://github.com/centrifuge/pools-subql/commit/cc358eeadac190d36732bdd2d8fe7eb1650c233b))
* add missing quantity settlement price for handleLoanDebtTransferred1024 ([#192](https://github.com/centrifuge/pools-subql/issues/192)) ([6a7b554](https://github.com/centrifuge/pools-subql/commit/6a7b554ebe736dd857f8460a4f24d1042be46c44))
* track investments and redemptions in onchain cash asset ([#188](https://github.com/centrifuge/pools-subql/issues/188)) ([aef3249](https://github.com/centrifuge/pools-subql/commit/aef32496b239fc34cda8babfb35a54578170e3a9)), closes [#163](https://github.com/centrifuge/pools-subql/issues/163)


### Bug Fixes

* asset names ([#190](https://github.com/centrifuge/pools-subql/issues/190)) ([d8de413](https://github.com/centrifuge/pools-subql/commit/d8de413d2f43802dcdb59f6cd13a97bffa435af0))
* check if name is not null ([#191](https://github.com/centrifuge/pools-subql/issues/191)) ([e99d281](https://github.com/centrifuge/pools-subql/commit/e99d2818b2fb55a06f38d40e33816cb0b2d799e9))

## [2.1.0](https://github.com/centrifuge/pools-subql/compare/v2.0.0...v2.1.0) (2024-06-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@centrifuge/pools-subql",
"version": "2.1.0",
"version": "2.2.0",
"description": "Subquery for the pools functionality",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ef2fe4c

Please sign in to comment.