diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c85cf2..87a266d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.2 (2025-11-06) + +## What's Changed +* Handle nested tables in TOML encoder by @roxblnfk in https://github.com/php-internal/toml/pull/2 + + +**Full Changelog**: https://github.com/php-internal/toml/compare/1.0.1...1.0.2 + ## 1.0.1 (2025-10-23) **Full Changelog**: https://github.com/php-internal/toml/compare/1.0.0...1.0.1 diff --git a/resources/version.json b/resources/version.json index f215a3d..cd06350 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" }