Skip to content

Commit

Permalink
Prepare v0.1.3 (#297)
Browse files Browse the repository at this point in the history
* update CHANGELOG

* increase version to v0.1.3
  • Loading branch information
Wollac authored Mar 16, 2020
1 parent 679a9c7 commit d6ece6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// AppVersion version number
AppVersion = "v0.1.2"
AppVersion = "v0.1.3"
// AppName app code name
AppName = "GoShimmer"
)
Expand Down

0 comments on commit d6ece6a

Please sign in to comment.