diff --git a/CHANGELOG.md b/CHANGELOG.md index b71ce23..8bf7c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.1](https://github.com/matchai/spacefish/compare/v2.6.0...v2.6.1) (2019-07-01) + + +### Bug Fixes + +* correct incorrectly named config options ([#198](https://github.com/matchai/spacefish/issues/198)) ([85f9ef5](https://github.com/matchai/spacefish/commit/85f9ef5)) + # [2.6.0](https://github.com/matchai/spacefish/compare/v2.5.0...v2.6.0) (2019-06-19) diff --git a/fish_prompt.fish b/fish_prompt.fish index 446def5..dd9a6b0 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -1,7 +1,7 @@ function fish_prompt # Store the exit code of the last command set -g sf_exit_code $status - set -g SPACEFISH_VERSION 2.6.0 + set -g SPACEFISH_VERSION 2.6.1 # ------------------------------------------------------------------------------ # Configuration