diff --git a/packages/indexer-agent/CHANGELOG.md b/packages/indexer-agent/CHANGELOG.md index c18db7473..452dbb496 100644 --- a/packages/indexer-agent/CHANGELOG.md +++ b/packages/indexer-agent/CHANGELOG.md @@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.20.23-rc.0] - 2023-09-29 +## [0.20.23] - 2023-09-29 ### Added -- Added a `manual` deployment management mode +- Subgraph Freshness check for Epoch and Network subgraphs +- `manual` deployment management mode ### Fixed - Deprecate old payment systems after Exponential Rebates contract changes @@ -495,7 +496,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update @graphprotocol/common-ts to 0.2.2 [Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD -[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.22...v0.20.23-rc.0 +[0.20.23]: https://github.com/graphprotocol/indexer/compare/v0.20.22...v0.20.23 [0.20.22]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.22 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21 [0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.19...v0.20.20 diff --git a/packages/indexer-cli/CHANGELOG.md b/packages/indexer-cli/CHANGELOG.md index 847dd0ba1..f5256fb06 100644 --- a/packages/indexer-cli/CHANGELOG.md +++ b/packages/indexer-cli/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.20.23-rc.0] - 2023-09-29 +## [0.20.23] - 2023-09-29 ### Changed - Require a `--network` option to approve actions @@ -210,7 +210,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update @graphprotocol/common-ts to 0.2.2 [Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD -[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23-rc.0 +[0.20.23]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.21 [0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.12...v0.20.18 [0.20.12]: https://github.com/graphprotocol/indexer/compare/v0.20.8...v0.20.12 diff --git a/packages/indexer-common/CHANGELOG.md b/packages/indexer-common/CHANGELOG.md index 6584bc3c1..aa29b2baa 100644 --- a/packages/indexer-common/CHANGELOG.md +++ b/packages/indexer-common/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.20.23-rc.0] - 2023-09-29 +## [0.20.23] - 2023-09-29 ### Fixed - Reference SQL conflict targets when upserting `POIDisputes`. @@ -279,7 +279,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Move indexing rule management here from `@graphprotocol/common-ts` [Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD -[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23-rc.0 +[0.20.23]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21 [0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.20 [0.20.18]: https://github.com/graphprotocol/indexer/compare/v0.20.17...v0.20.18 diff --git a/packages/indexer-service/CHANGELOG.md b/packages/indexer-service/CHANGELOG.md index 7da30bb2e..08a24cb65 100644 --- a/packages/indexer-service/CHANGELOG.md +++ b/packages/indexer-service/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.20.23-rc.0] - 2023-09-29 +## [0.20.23] - 2023-09-29 ### Changed - Relax network subgraph validation during indexer-service startup @@ -319,7 +319,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update @graphprotocol/common-ts to 0.2.2 [Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.23-rc.0...HEAD -[0.20.23-rc.0]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23-rc.0 +[0.20.23]: https://github.com/graphprotocol/indexer/compare/v0.20.21...v0.20.23 [0.20.21]: https://github.com/graphprotocol/indexer/compare/v0.20.20...v0.20.21 [0.20.20]: https://github.com/graphprotocol/indexer/compare/v0.20.19...v0.20.20 [0.20.19]: https://github.com/graphprotocol/indexer/compare/v0.20.18...v0.20.19