v0.2.2 [skip ci]
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e7f16e..e4e34dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 0.2.2 (Unreleased)
+# 0.2.2 (July 13, 2020)
 
 BUG FIXES:
   - Version number is now correctly reported by the tfinstall package. Please note that `tfinstall.Version` was incorrect between versions 0.1.1 and 0.2.1 inclusive.
diff --git a/tfinstall/version.go b/tfinstall/version.go
index 190fdf2..f886a73 100644
--- a/tfinstall/version.go
+++ b/tfinstall/version.go
@@ -1,4 +1,4 @@
 package tfinstall
 
 // Version is the tfinstall package version, used in user agent headers
-const Version = "0.1.0"
+const Version = "0.2.2"