Skip to content

Commit f9a0d01

Browse files
committed
Update changelog ahead of release
1 parent 7e71582 commit f9a0d01

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

packages/common-ts/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.48] - 2020-07-10
10+
### Added
11+
- Add support for manually syncing state channel models to the db
12+
13+
### Changed
14+
- Update Connext to 7.0.0-alpha.18
15+
- Update sequelize from 5.x to 6.x
16+
917
## [0.0.47] - 2020-07-06
1018
### Added
1119
- Add `display` property to `SubgraphDeploymentID`
@@ -202,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202210
- Common database module for simplifying database setup
203211
- Connext client module with Postgres-based store implementation
204212

205-
[Unreleased]: https://github.com/graphprotocol/common/compare/v0.0.47...HEAD
213+
[Unreleased]: https://github.com/graphprotocol/common/compare/v0.0.48...HEAD
214+
[0.0.48]: https://github.com/graphprotocol/common/compare/v0.0.47...v0.0.48
206215
[0.0.47]: https://github.com/graphprotocol/common/compare/v0.0.46...v0.0.47
207216
[0.0.46]: https://github.com/graphprotocol/common/compare/v0.0.45...v0.0.46
208217
[0.0.45]: https://github.com/graphprotocol/common/compare/v0.0.44...v0.0.45

0 commit comments

Comments
 (0)