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 May 30, 2024
1 parent a8845d9 commit 4aa962c
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.0.0"
".": "2.1.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.1.0](https://github.com/centrifuge/pools-subql/compare/v2.0.0...v2.1.0) (2024-05-30)


### 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))
* oracle handler definition ([#171](https://github.com/centrifuge/pools-subql/issues/171)) ([a8845d9](https://github.com/centrifuge/pools-subql/commit/a8845d9e64eb31f623d5439cae05331db9f9eee4))
* remove dev query limit ([#166](https://github.com/centrifuge/pools-subql/issues/166)) ([040c8bc](https://github.com/centrifuge/pools-subql/commit/040c8bc3fc19544fc487f1bd453ba1006b26c85b))
* 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 4aa962c

Please sign in to comment.