diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eae2e7..25373b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] + +## [v0.25.0] - 2026-04-02 +### Chore +- **deps:** Bump mkdocs-htmlproofer-plugin from 1.3.0 to 1.4.1 ([#234](https://github.com/Tiryoh/actions-mkdocs/issues/234)) + +### Security +- Fix command injection in release workflow by [@choseogyeong](https://github.com/choseogyeong) + +### Fix +- **ci:** Restrict release-candidate workflow to repository owner ([#238](https://github.com/Tiryoh/actions-mkdocs/issues/238)) + + +[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.25.0...HEAD +[v0.25.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.24.0...v0.25.0 + + ## [v0.24.0] - 2025-05-14 ### Chore @@ -46,7 +62,6 @@ - **deps:** Bump mkdocs-material from 9.4.0 to 9.4.8 ([#186](https://github.com/Tiryoh/actions-mkdocs/issues/186)) -[Unreleased]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.24.0...HEAD [v0.24.0]: https://github.com/Tiryoh/actions-mkdocs/compare/v0.23.0...v0.24.0 diff --git a/pyproject.toml b/pyproject.toml index c9915ed..edfd4ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mkdocs-actions" -version = "0.24.0" +version = "0.25.0" description = "" authors = ["Daisuke Sato "] license = "MIT"