Skip to content

Commit c42a06d

Browse files
committed
version bump & changelog
1 parent 5f193d7 commit c42a06d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/subgraph/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
## [Unreleased]
88

9+
- Fix `adjustmentFlowRate` on Pool
10+
- Fix `poolTotalAmountDistributedUntilUpdatedAt` on PoolMember
11+
- Fix `totalNumberOfActivePools` on TokenStatistics
12+
- Fix `totalSubscriptionsWithUnits` on TokenStatistics
13+
914
## [2.2.0]
1015

1116
- Fix missing Token name/symbol in some cases

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@superfluid-finance/subgraph",
33
"description": "Subgraph for the Superfluid Ethereum contracts.",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"dependencies": {
66
"@graphprotocol/graph-cli": "0.80.1",
77
"@graphprotocol/graph-ts": "0.35.1",

0 commit comments

Comments
 (0)