Skip to content

Commit

Permalink
*: Update changelogs ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 30, 2020
1 parent c36aa8a commit a20f779
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion packages/indexer-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a20f779

Please sign in to comment.