diff --git a/CHANGELOG.md b/CHANGELOG.md index 8504500..8f9d689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.17.1] - 2026-07-09 + +### Bug Fixes + +- Disable IPv6 in rootless Docker daemon on runners + ## [0.17.0] - 2026-07-08 ### Features diff --git a/src/grm/__init__.py b/src/grm/__init__.py index f56ac46..90b628a 100644 --- a/src/grm/__init__.py +++ b/src/grm/__init__.py @@ -1,3 +1,3 @@ """Gitea Runner Manager — lean CLI for managing Gitea Actions runners.""" -__version__ = "0.17.0" +__version__ = "0.17.1"