diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1b3bb..fd3ab8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Security +## [1.5.2] 2018-08-15 +- Do not pass `GO111MODULE` on to the compiling process +- Get verbose go build logs when `GIMME_DEBUG >= 2` + ## [1.5.1] - 2018-08-06 ### Fixed diff --git a/gimme b/gimme index 630bf45..1e82176 100755 --- a/gimme +++ b/gimme @@ -54,7 +54,7 @@ set -o pipefail [[ ${GIMME_DEBUG} ]] && set -x -readonly GIMME_VERSION="v1.5.1" +readonly GIMME_VERSION="v1.5.2" readonly GIMME_COPYRIGHT="Copyright (c) 2015-2018 gimme contributors" readonly GIMME_LICENSE_URL="https://raw.githubusercontent.com/travis-ci/gimme/${GIMME_VERSION}/LICENSE" export GIMME_VERSION