diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c88316..bba431b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.2](https://github.com/php-testo/testo/compare/0.6.1...0.6.2) (2025-12-30) + + +### Documentation + +* **sample:** Add documentation for Sample module ([#63](https://github.com/php-testo/testo/issues/63)) ([d726b0e](https://github.com/php-testo/testo/commit/d726b0e1035759f08d66fb6c2ccd04c8832a6a8a)) + + +### Code Refactoring + +* Enhance inline test functionality ([#63](https://github.com/php-testo/testo/issues/63)) ([d726b0e](https://github.com/php-testo/testo/commit/d726b0e1035759f08d66fb6c2ccd04c8832a6a8a)) + ## [0.6.1](https://github.com/php-testo/testo/compare/0.6.0...0.6.1) (2025-12-30) diff --git a/resources/version.json b/resources/version.json index f4a3a7f..5154451 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" }