diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a35defa..b46c422f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/catalog": "0.0.0", + "packages/catalog": "0.1.0", "packages/keyring": "0.0.0", "packages/models": "0.0.0", "packages/product": "0.0.0", diff --git a/packages/catalog/CHANGELOG.md b/packages/catalog/CHANGELOG.md index 3f2c19bb..d943dc92 100644 --- a/packages/catalog/CHANGELOG.md +++ b/packages/catalog/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to `xknx-catalog` will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.0 (2026-08-20) + + +### Documentation + +* mark all changelogs unreleased, add changelog-format CI check ([#3](https://github.com/XKNX/xknxtoolkit/issues/3)) ([08ae6ef](https://github.com/XKNX/xknxtoolkit/commit/08ae6ef90e972bf99dd73d685f091b2326064d51)) + ## [Unreleased] ### Added