From cdb9197740abbf35e2430fb3b58e8bfc53998b13 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Mon, 30 Mar 2026 20:14:32 +0400 Subject: [PATCH] chore(1.x): release 1.1.1 --- CHANGELOG.md | 7 +++++++ resources/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4e872..f72d2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/php-internal/toml/compare/1.1.0...1.1.1) (2026-03-30) + + +### Bug Fixes + +* Allow same key names in different table scopes ([#5](https://github.com/php-internal/toml/issues/5)) ([32e0a52](https://github.com/php-internal/toml/commit/32e0a52b5cf908a470ca5b2d4916dd9cec1f7680)) + ## [1.1.0](https://github.com/php-internal/toml/compare/1.0.3...1.1.0) (2026-03-30) diff --git a/resources/version.json b/resources/version.json index a1961ec..7867a62 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" }