diff --git a/CHANGELOG.md b/CHANGELOG.md
index cff14c1a66a117b1cbdd4c8298ddf51a795b01cd..0ea66788ed2c7fe8a2ea1952ec31796f44815314 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# v0.1.3 - 2020-03-16
+
+* Update SPA plugin's JS dependencies
+* Upgrad `github.com/gobuffalo/packr` to v2.8.0
+* Resolves a security issue in the packr dependency, which would allow an unauthenticated attacker to read any
+ file from the application's filesystem 
+
 # v0.1.2 - 2020-02-24
 
 * Adds `--version` flag to retrieve the GoShimmer version
diff --git a/plugins/cli/plugin.go b/plugins/cli/plugin.go
index 13c03bc5e850ac019410ec490bf5d1489d750c2b..7243e23b36e061fa22fbe51a2543f0eeb3de889b 100644
--- a/plugins/cli/plugin.go
+++ b/plugins/cli/plugin.go
@@ -13,7 +13,7 @@ import (
 
 const (
 	// AppVersion version number
-	AppVersion = "v0.1.2"
+	AppVersion = "v0.1.3"
 	// AppName app code name
 	AppName = "GoShimmer"
 )