diff --git a/CHANGELOG.md b/CHANGELOG.md index e817bdf5..607a0f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## v2.0.2 - 2019-04-11 +### Fixed +- DockerHub Build + ## v2.0.1 - 2019-04-11 ### Fixed - Version retrieval diff --git a/hooks/post_checkout b/hooks/post_checkout index 3bc2f8c9..5ff057c0 100755 --- a/hooks/post_checkout +++ b/hooks/post_checkout @@ -3,5 +3,4 @@ set -e echo "[***] Build version" -git fetch --tags --unshallow --quiet origin find . -type f -print0 | xargs -0 sed -i "s/@package_version@/$(git describe --tags --always)/g"