From 56a18d314b286c85a990a40d5c6be61b057ca884 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Wed, 25 Oct 2023 17:11:30 +1300 Subject: [PATCH] Update changelog --- packages/common-ethereum/CHANGELOG.md | 2 ++ packages/node/CHANGELOG.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/common-ethereum/CHANGELOG.md b/packages/common-ethereum/CHANGELOG.md index abbf875181..c903c19563 100644 --- a/packages/common-ethereum/CHANGELOG.md +++ b/packages/common-ethereum/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] +### Changed +- Update @subql/common ## [3.0.5] - 2023-10-20 ### Changed diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index a7b730636e..929a88dd79 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/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] +### Fixed +- Fix crash when creating new dynamic datasources ## [3.1.0] - 2023-10-20 ### Added @@ -19,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.5] - 2023-10-17 ### Fixed -- Update +- Update - Dictionary validation error causing application exit (#2101) - Auto queue flush getting the queue into a bad state (#2103) - Fix getCache could not been cleared after reindex, and could have been re-used and lead to error, such as syncPoi