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)