diff --git a/CHANGELOG.md b/CHANGELOG.md index adb2726..fd4da11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.0](https://github.com/ScottGibb/LED-Strip-Controller-Octoprint/compare/v0.1.0...v0.2.0) (2025-12-15) + +### Features + +* **ci:** Update Dependabot workflow for auto-merging ([cbd39d5](https://github.com/ScottGibb/LED-Strip-Controller-Octoprint/commit/cbd39d50c3d21cc0ea170ca3c40e0773ed363746)) + ## 0.1.0 (2025-11-30) ### Features diff --git a/pyproject.toml b/pyproject.toml index ded1e29..8ae8c88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "octoprint-led-strip-controller-scripts" -version = "0.1.0" +version = "0.2.0" description = "A collection of scripts for controlling the LED Strip Controller in OctoPrint" requires-python = ">=3.12" authors = [