diff --git a/libs/cln-version-manager/CHANGELOG.md b/libs/cln-version-manager/CHANGELOG.md index ebe2b9c29..6f1dead7e 100644 --- a/libs/cln-version-manager/CHANGELOG.md +++ b/libs/cln-version-manager/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## 0.1.2 - 2025-11-25 + ### Fixed - Updated the hashes for v24.02gl1 and v24.11gl1. We applied some server-side patches for these versions. @@ -13,3 +15,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Adjusted the expected hashes for artifacts, after patching them +- Inverted responsibilities: the CI now maintains the list of versions, along with authentication and integrity data, while the clnvm binary just uses the index. diff --git a/libs/cln-version-manager/pyproject.toml b/libs/cln-version-manager/pyproject.toml index 0688bc726..e5c424926 100644 --- a/libs/cln-version-manager/pyproject.toml +++ b/libs/cln-version-manager/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cln-version-manager" -version = "0.1.1" +version = "0.1.2" description = "A version manager for Core Lightning Binaries" license = "MIT" readme = "README.md"