From abf1be7f5b3e32158536adfa3259814630c3d1c1 Mon Sep 17 00:00:00 2001 From: Zeeshan Akram <97m.zeeshan@gmail.com> Date: Tue, 16 Jan 2024 01:46:43 +0500 Subject: [PATCH] bump package version and update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3362e1d..4f87b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.4.0 + +- Created `SquidVersion` graphql entity schema and exposed query to fetch the current version of the storage squid package. + # 1.3.0 - Disables processing of Hot/Un-finalized blocks by the processor. diff --git a/package.json b/package.json index 52ecb09..0b4faa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storage-squid", - "version": "1.3.0", + "version": "1.4.0", "engines": { "node": ">=16" },