Skip to content

Commit

Permalink
chore(main): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 committed Jun 1, 2024
1 parent f25864c commit fa3619e
Show file tree
Hide file tree
Showing 3 changed files with 23 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.0.0"
".": "2.1.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### Features

* track oracle transactions ([#170](https://github.com/centrifuge/pools-subql/issues/170)) ([81b2736](https://github.com/centrifuge/pools-subql/commit/81b273673f67fd3a8f5df7e57e66a814f5a48b07))


### Bug Fixes

* align pool and pool snapshots ([#168](https://github.com/centrifuge/pools-subql/issues/168)) ([9674e54](https://github.com/centrifuge/pools-subql/commit/9674e5478edd27f56bdc08d21802fefb55f6fe0f))
* cash value when using nav call ([#182](https://github.com/centrifuge/pools-subql/issues/182)) ([c8858e7](https://github.com/centrifuge/pools-subql/commit/c8858e74d1ace03fc81b7e3978ac5c2fad3e8b53))
* ISIN parsing for oracle keys ([#177](https://github.com/centrifuge/pools-subql/issues/177)) ([ba03d80](https://github.com/centrifuge/pools-subql/commit/ba03d80aa2f5573f47a5f296c5ecacf8bebb669b))
* move update NAV call ([#181](https://github.com/centrifuge/pools-subql/issues/181)) ([cffc3b3](https://github.com/centrifuge/pools-subql/commit/cffc3b3dfe7d92f26915b02087c280a73c186f62))
* nav comment ([#183](https://github.com/centrifuge/pools-subql/issues/183)) ([f25864c](https://github.com/centrifuge/pools-subql/commit/f25864c10db072df579c491b67d3eb1aa3208154))
* oracle handler definition ([#171](https://github.com/centrifuge/pools-subql/issues/171)) ([a8845d9](https://github.com/centrifuge/pools-subql/commit/a8845d9e64eb31f623d5439cae05331db9f9eee4))
* oracle pallet name ([#172](https://github.com/centrifuge/pools-subql/issues/172)) ([c0889d5](https://github.com/centrifuge/pools-subql/commit/c0889d5c3b2239daeb2ee819517562e5d255996f))
* remove dev query limit ([#166](https://github.com/centrifuge/pools-subql/issues/166)) ([040c8bc](https://github.com/centrifuge/pools-subql/commit/040c8bc3fc19544fc487f1bd453ba1006b26c85b))
* store oracle transactions properly ([#173](https://github.com/centrifuge/pools-subql/issues/173)) ([c574188](https://github.com/centrifuge/pools-subql/commit/c5741884702ea96667386ecf21d04662c29f30cd))
* upgrade cli, re-add query limit flag ([#169](https://github.com/centrifuge/pools-subql/issues/169)) ([15b78d1](https://github.com/centrifuge/pools-subql/commit/15b78d18c94f01188da22981199f2fc44e359b69))

## [2.0.0](https://github.com/centrifuge/pools-subql/compare/v1.1.0...v2.0.0) (2024-05-28)


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.0.0",
"version": "2.1.0",
"description": "Subquery for the pools functionality",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit fa3619e

Please sign in to comment.