v0.17.0 [skip ci]
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8760679..bc09321 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 0.17.0 (Unreleased)
+# 0.17.0 (June 22, 2022)
 
 FEATURES:
 
diff --git a/internal/version/version.go b/internal/version/version.go
index 2b19c59..7d89b37 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -1,6 +1,6 @@
 package version
 
-const version = "0.16.1"
+const version = "0.17.0"
 
 // 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.