From 5b88f46922dda9a1b00cbe34f0bbbe73cc747496 Mon Sep 17 00:00:00 2001 From: AventusCI <105506993+AventusCI@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:19:29 +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 e20d7e8..453ca4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.1" + ".": "1.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 475c618..6c7677f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.2](https://github.com/AventusDAO/substrate-bootstrap/compare/v1.5.1...v1.5.2) (2026-03-31) + + +### Bug Fixes + +* document Substrate chains/ directory naming ([#23](https://github.com/AventusDAO/substrate-bootstrap/issues/23)) ([cdbb413](https://github.com/AventusDAO/substrate-bootstrap/commit/cdbb413a4dfb17f0ec2d2141044175328f87c8a9)) + ## [1.5.1](https://github.com/AventusDAO/substrate-bootstrap/compare/v1.5.0...v1.5.1) (2026-03-30)