diff --git a/CHANGELOG.md b/CHANGELOG.md index e02e3e3..dd752ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/php-internal/dload/compare/1.12.0...1.13.0) (2026-05-15) + + +### Features + +* Add Buf to software registry ([35fb4f3](https://github.com/php-internal/dload/commit/35fb4f306a21c0d10871d818a1a2d1a109efdcdd)) + ## [1.12.0](https://github.com/php-internal/dload/compare/1.11.0...1.12.0) (2026-04-28) diff --git a/resources/version.json b/resources/version.json index b3960c0..5c63354 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.13.0" }