From 5fee304893c8aaf41c7c72515be65e82e19d8a65 Mon Sep 17 00:00:00 2001 From: AventusCI <105506993+AventusCI@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:51:01 +0300 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde7..e20d7e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0b158..475c618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/AventusDAO/substrate-bootstrap/compare/v1.5.0...v1.5.1) (2026-03-30) + + +### Bug Fixes + +* **snapshot:** detect gzip/zstd/xz/bz2 for .tar snapshot URLs ([#19](https://github.com/AventusDAO/substrate-bootstrap/issues/19)) ([b047580](https://github.com/AventusDAO/substrate-bootstrap/commit/b047580735097a17991957527f3adce5f2d36546)) + ## [1.5.0](https://github.com/AventusDAO/substrate-bootstrap/compare/v1.4.2...v1.5.0) (2026-03-30)