From d6ece6a40f7116409c0e9eaa45a38e0ef73dc33b Mon Sep 17 00:00:00 2001
From: Wolfgang Welz <welzwo@gmail.com>
Date: Mon, 16 Mar 2020 20:25:07 +0100
Subject: [PATCH] Prepare v0.1.3 (#297)

* update CHANGELOG

* increase version to v0.1.3
---
 CHANGELOG.md          | 7 +++++++
 plugins/cli/plugin.go | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cff14c1a..0ea66788 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 13c03bc5..7243e23b 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"
 )
-- 
GitLab