diff --git a/CHANGELOG.md b/CHANGELOG.md
index 941a7cf..5ca76c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## [1.15.0](https://github.com/php-internal/dload/compare/1.14.1...1.15.0) (2026-08-18)
+
+
+### Features
+
+* Add Rapira ([c553864](https://github.com/php-internal/dload/commit/c553864477e481644211874e97505719d2dd8988))
+* unpack `type="archive"` preserving arch directory structure ([#114](https://github.com/php-internal/dload/issues/114)) ([453e5cd](https://github.com/php-internal/dload/commit/453e5cd9121bc87046281c01070a0dddcfe06fae))
+
+
+### Bug Fixes
+
+* **ci:** call the asset builds from the release workflow ([81d9a12](https://github.com/php-internal/dload/commit/81d9a129a656e329de74c4ecc495131fa30f61f8))
+* **registry:** narrow the built-in rapira asset-pattern to php8.5 builds ([453e5cd](https://github.com/php-internal/dload/commit/453e5cd9121bc87046281c01070a0dddcfe06fae))
+
+
+### Documentation
+
+* document structure-preserving archive extraction in the README and skill ([453e5cd](https://github.com/php-internal/dload/commit/453e5cd9121bc87046281c01070a0dddcfe06fae))
+
## [1.14.1](https://github.com/php-internal/dload/compare/1.14.0...1.14.1) (2026-08-11)
diff --git a/README-es.md b/README-es.md
index 077dc9c..e14805e 100644
--- a/README-es.md
+++ b/README-es.md
@@ -8,7 +8,7 @@
-[](https://github.com/roxblnfk/action-vibe-index)
+[](https://github.com/roxblnfk/action-vibe-index)
[](https://boosty.to/roxblnfk)
diff --git a/README-ru.md b/README-ru.md
index a45d0c4..03f069e 100644
--- a/README-ru.md
+++ b/README-ru.md
@@ -8,7 +8,7 @@
-[](https://github.com/roxblnfk/action-vibe-index)
+[](https://github.com/roxblnfk/action-vibe-index)
[](https://boosty.to/roxblnfk)
diff --git a/README-zh.md b/README-zh.md
index e4d7c8d..9e31d95 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -8,7 +8,7 @@
-[](https://github.com/roxblnfk/action-vibe-index)
+[](https://github.com/roxblnfk/action-vibe-index)
[](https://boosty.to/roxblnfk)
diff --git a/README.md b/README.md
index 7404537..476629b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
-[](https://github.com/roxblnfk/action-vibe-index)
+[](https://github.com/roxblnfk/action-vibe-index)
[](https://boosty.to/roxblnfk)
diff --git a/resources/version.json b/resources/version.json
index 558fa11..2d45ad2 100644
--- a/resources/version.json
+++ b/resources/version.json
@@ -1,3 +1,3 @@
{
- ".": "1.14.1"
+ ".": "1.15.0"
}