diff --git a/CHANGELOG.md b/CHANGELOG.md index 7948006..85aeba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -## [Unreleased] (date goes here) +## [3.0.2] (2019-04-07) + +## Fixed + +- permission denied errors when running read-only commands without sudo [#416] ## [3.0.1] (2019-04-05) @@ -60,6 +64,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [#367]: https://github.com/tj/n/issues/367 [#391]: https://github.com/tj/n/issues/391 [#400]: https://github.com/tj/n/issues/400 +[#416]: https://github.com/tj/n/issues/416 [#441]: https://github.com/tj/n/issues/441 [#448]: https://github.com/tj/n/issues/448 [#466]: https://github.com/tj/n/issues/466 @@ -80,5 +85,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [Unreleased]: https://github.com/tj/n/compare/master...develop +[3.0.2]: https://github.com/tj/n/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/tj/n/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/tj/n/compare/v2.1.12...v3.0.0 diff --git a/bin/n b/bin/n index c19b84a..1a6ef30 100755 --- a/bin/n +++ b/bin/n @@ -4,7 +4,7 @@ # Setup. # -VERSION="3.0.1" +VERSION="3.0.2" N_PREFIX=${N_PREFIX-/usr/local} BASE_VERSIONS_DIR=$N_PREFIX/n/versions