diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76b2c92..4660e5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ 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.5.0] - 2021-12-14
 ### Changed
 - Terraform workspace name must now be explicitly set
   - This is mainly to support Terraform Enterprise/Cloud where a workspace name may be set in the Terraform files themselves
@@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added
 - Initial commit
 
-[Unreleased]: https://github.com/troyready/ihlp/compare/v0.4.4...HEAD
+[Unreleased]: https://github.com/troyready/ihlp/compare/v0.5.0...HEAD
+[0.5.0]: https://github.com/troyready/ihlp/compare/v0.4.4...v0.5.0
 [0.4.4]: https://github.com/troyready/ihlp/compare/v0.4.3...v0.4.4
 [0.4.3]: https://github.com/troyready/ihlp/compare/v0.4.2...v0.4.3
 [0.4.2]: https://github.com/troyready/ihlp/compare/v0.4.1...v0.4.2
diff --git a/package-lock.json b/package-lock.json
index ab05b63..9090ee0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
 {
   "name": "ihlp",
-  "version": "0.4.4",
+  "version": "0.5.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
-      "version": "0.4.4",
+      "version": "0.5.0",
       "license": "MIT",
       "dependencies": {
         "@aws-sdk/client-cloudformation": "^3.19.0",
diff --git a/package.json b/package.json
index 9f040d4..43e8ba1 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
     "node": ">=10.0"
   },
   "name": "ihlp",
-  "version": "0.4.4",
+  "version": "0.5.0",
   "dependencies": {
     "@aws-sdk/client-cloudformation": "^3.19.0",
     "@aws-sdk/client-cloudfront": "^3.19.0",