diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..63c7c9a1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## 1.0.3 (August 14, 2019) + +BUG FIXES: +- NVME volumes now mount correctly +- Previously attached volumes are no longer skipped diff --git a/GNUmakefile b/GNUmakefile index a4e9b670..97f0e76a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,5 @@ NAME:=goat -VERSION:=$(shell git describe --tags) +VERSION:=$(shell git describe --tags|sed 's/^v//') OS:=linux ARCH:=amd64 GOAT_FILES:=$$(find . -name '*.go' | grep -v vendor)