From a20f779b2d16c446211956df0508544fd4c4e179 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Thu, 31 Dec 2020 00:54:58 +0100 Subject: [PATCH] *: Update changelogs ahead of release --- packages/indexer-agent/CHANGELOG.md | 5 ++++- packages/indexer-service/CHANGELOG.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/indexer-agent/CHANGELOG.md b/packages/indexer-agent/CHANGELOG.md index b60aecb0f..7de3c3fd6 100644 --- a/packages/indexer-agent/CHANGELOG.md +++ b/packages/indexer-agent/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.9.1] - 2020-12-31 ### Changed - Register after having the network subgraph synced @@ -186,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update @graphprotocol/common-ts to 0.2.2 -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.4...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.4...v0.9.1 [0.9.0-alpha.4]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...v0.9.0-alpha.4 [0.9.0-alpha.3]: https://github.com/graphprotocol/indexer/compare/v0.4.5...v0.9.0-alpha.3 [0.4.5]: https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.4.5 diff --git a/packages/indexer-service/CHANGELOG.md b/packages/indexer-service/CHANGELOG.md index a7ccc412f..53f549bfc 100644 --- a/packages/indexer-service/CHANGELOG.md +++ b/packages/indexer-service/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.9.1] - 2020-12-31 ### Fixed - Fix uncaught `holdings(bytes32)` exceptions by disabling the state channels `ChainService` for now @@ -147,7 +149,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update @graphprotocol/common-ts to 0.2.2 -[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...HEAD +[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/graphprotocol/indexer/compare/v0.9.0-alpha.3...v0.9.1 [0.9.0-alpha.3]: https://github.com/graphprotocol/indexer/compare/v0.4.4...v0.9.0-alpha.3 [0.4.4]: https://github.com/graphprotocol/indexer/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/graphprotocol/indexer/compare/v0.4.0...v0.4.3