diff --git a/packages/apollo-links/CHANGELOG.md b/packages/apollo-links/CHANGELOG.md index 87ed74fa..cdcbe02a 100644 --- a/packages/apollo-links/CHANGELOG.md +++ b/packages/apollo-links/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -6,41 +7,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3] - 2023-07-13 + ## [0.5.2] - 2023-06-19 + ### Changed + - upgrade @metamask/eth-sig-util to ^5.1.0 ## [0.5.1] - 2023-06-15 + ### Changed + - Improve retry logic & logs (#129) ### Added + - More unit tests for retry logic and fallover ## [0.5.0] - 2023-06-14 + ### Fixed + - fix the apollo/client import to /core to avoid react dep (#125) ### Changed + - separate the link create function for dict & project (#124) - rename projectHttpLink to deploymentHttpLink (#126) ## [0.4.0] - 2023-06-13 + ### Added + - Feat/auth link routing (#122) ## [0.3.4] - 2023-06-13 + ### Added + - Get networkChainId from authURl (#108) ### Fixed + - Fix runtime error catch for authLink (#120) ## [0.2.1] - 2023-06-13 + ### Added + - Add Authlink for Apollo client -[Unreleased]: https://github.com/subquery/network-clients/compare/v0.5.2...HEAD +[unreleased]: https://github.com/subquery/network-clients/compare/v0.5.3...HEAD +[0.5.3]: https://github.com/subquery/network-clients/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/subquery/network-clients/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/subquery/network-clients/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/subquery/network-clients/compare/v0.4.0...v0.5.0 diff --git a/packages/apollo-links/package.json b/packages/apollo-links/package.json index fe4cb447..01aea6e7 100644 --- a/packages/apollo-links/package.json +++ b/packages/apollo-links/package.json @@ -1,6 +1,6 @@ { "name": "@subql/apollo-links", - "version": "0.5.2", + "version": "0.5.3", "description": "SubQuery Network - graphql links", "main": "dist/index.js", "author": "SubQuery Pte Limited",