diff --git a/integrations/tendermint-ssync/CHANGELOG.md b/integrations/tendermint-ssync/CHANGELOG.md index 8342c553..3acbb865 100644 --- a/integrations/tendermint-ssync/CHANGELOG.md +++ b/integrations/tendermint-ssync/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.6](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.5...@kyvejs/tendermint-ssync@1.1.6) (2024-03-13) + +### Bug Fixes + +- exclude tendermint software version from validation ([#123](https://github.com/KYVENetwork/kyvejs/issues/123)) ([1a35943](https://github.com/KYVENetwork/kyvejs/commit/1a35943f1165e895b5a704833276d0b21fdea8b9)) + ## [1.1.5](https://github.com/KYVENetwork/kyvejs/compare/@kyvejs/tendermint-ssync@1.1.4...@kyvejs/tendermint-ssync@1.1.5) (2024-03-05) **Note:** Version bump only for package @kyvejs/tendermint-ssync diff --git a/integrations/tendermint-ssync/package.json b/integrations/tendermint-ssync/package.json index 10217817..7aafb3f8 100644 --- a/integrations/tendermint-ssync/package.json +++ b/integrations/tendermint-ssync/package.json @@ -1,6 +1,6 @@ { "name": "@kyvejs/tendermint-ssync", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "scripts": { "build": "rimraf dist && tsc",