chore: release
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..c42fed5
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,17 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [0.1.26](https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-v0.1.25...rustc-demangle-v0.1.26) - 2025-07-16
+
+### Other
+
+- Add new v0 demangling tags for pattern types
+- Do not publish the `native-c` crate
+- Use release-plz for releases
+- Add a CI workflow to publish new releases after a tag is pushed
diff --git a/Cargo.toml b/Cargo.toml
index 968972d..4195a6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustc-demangle"
-version = "0.1.25"
+version = "0.1.26"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
diff --git a/crates/capi/CHANGELOG.md b/crates/capi/CHANGELOG.md
new file mode 100644
index 0000000..8c2b409
--- /dev/null
+++ b/crates/capi/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [0.1.2](https://github.com/rust-lang/rustc-demangle/compare/rustc-demangle-capi-v0.1.1...rustc-demangle-capi-v0.1.2) - 2025-07-16
+
+### Other
+
+- updated the following local packages: rustc-demangle
diff --git a/crates/capi/Cargo.toml b/crates/capi/Cargo.toml
index d6f3d9e..4ec64d3 100644
--- a/crates/capi/Cargo.toml
+++ b/crates/capi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustc-demangle-capi"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Torste Aikio <zokier@gmail.com>"]
description = """
C API for the `rustc-demangle` crate
@@ -13,4 +13,4 @@
crate-type = ["staticlib", "cdylib"]
[dependencies]
-rustc-demangle = { version = "0.1.16", path = "../.." }
+rustc-demangle = { version = "0.1.26", path = "../.." }