v0.25.2 [skip ci]
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 612a915..6211c6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 0.25.2 (Unreleased)
+# 0.25.2 (April 29, 2026)
 
 NOTES:
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 5c3b4d6..8742a15 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -3,7 +3,7 @@
 
 package version
 
-const version = "0.25.1"
+const version = "0.25.2"
 
 // ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
 // This is a function to allow for future possible enhancement using debug.BuildInfo.