diff --git a/CHANGELOG.md b/CHANGELOG.md index 9486de9..c9f21df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## [Unreleased] (date goes here) +## [7.0.2] (2021-02-27) + +### Fixed + +- consistently log to STDOUT ([#654]) ## [7.0.1] (2021-01-30) @@ -340,10 +344,12 @@ Only minor functional changes, but technically could break scripts relying on sp [#643]: https://github.com/tj/n/pull/643 [#644]: https://github.com/tj/n/pull/644 [#649]: https://github.com/tj/n/issues/649 +[#654]: https://github.com/tj/n/issues/654 [Unreleased]: https://github.com/tj/n/compare/master...develop +[7.0.2]: https://github.com/tj/n/compare/v7.0.1...v7.0.2 [7.0.1]: https://github.com/tj/n/compare/v7.0.0...v7.0.1 [7.0.0]: https://github.com/tj/n/compare/v6.8.0...v7.0.0 [6.8.0]: https://github.com/tj/n/compare/v6.7.1...v6.8.0 diff --git a/bin/n b/bin/n index 2654ad0..ec54e0a 100755 --- a/bin/n +++ b/bin/n @@ -49,7 +49,7 @@ function n_grep() { # Setup and state # -VERSION="7.0.2-0" +VERSION="7.0.2" N_PREFIX="${N_PREFIX-/usr/local}" N_PREFIX=${N_PREFIX%/}