From ceacbe53ba1f90d7799f8a888878b5b1ade27299 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 24 Mar 2026 20:58:25 +0100 Subject: [PATCH] Release version 1.0.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e6bd0..57dd092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this library are documented in this file. ## [Unreleased] +## [1.0.0] - 2026-03-24 + - **Breaking** Raise minimum PHP version to 8.2 (#44) - Add `RegexMatchValidator` to validate values against a regular expression (#19) @@ -48,7 +50,8 @@ All notable changes to this library are documented in this file. Initial release with `BaseValidator`, `CallbackValidator`, and `ValidatorChain`. -[Unreleased]: https://github.com/Icinga/ipl-validator/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/Icinga/ipl-validator/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/Icinga/ipl-validator/releases/tag/v1.0.0 [0.5.0]: https://github.com/Icinga/ipl-validator/releases/tag/v0.5.0 [0.4.0]: https://github.com/Icinga/ipl-validator/releases/tag/v0.4.0 [0.3.0]: https://github.com/Icinga/ipl-validator/releases/tag/v0.3.0