diff --git a/Changes.mdown b/Changes.mdown index 17dc35455..037c20e4e 100644 --- a/Changes.mdown +++ b/Changes.mdown @@ -21,10 +21,11 @@ [craigfowler]: https://github.com/craigfowler [havvg]: https://github.com/havvg [algernon]: https://github.com/algernon +[jebmeier]: https://github.com/jebmeier # Changelog -#### 1.9.0-dev.9 +#### 1.9.0-dev.10 [Peter van der Does][petervanderdoes] * Repositories with spaces in path cause the pre * post hook to fail * Error using git flow log. @@ -32,6 +33,11 @@ [Gergely Nagy][algernon] * Remove bash code. +[Joe Ebmeier][jebmeier] +* Fix issue in case CDPATH is being used. + In the case of CDPATH being used, it is possible DOT_GIT_DIR variable + is incorrect. + #### 1.8.0 [Peter van der Does][petervanderdoes] * Add rebase action to release, hotfix and support. diff --git a/git-flow-version b/git-flow-version index 52e971bb3..b2e4eb4e5 100644 --- a/git-flow-version +++ b/git-flow-version @@ -35,7 +35,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -GITFLOW_VERSION=1.9.0-dev.9 +GITFLOW_VERSION=1.9.0-dev.10 initialize() { # A function can not be empty. Comments count as empty.