diff --git a/_changelogs/0.9.5.md b/_changelogs/0.9.5.md new file mode 100644 index 00000000..ff8990a6 --- /dev/null +++ b/_changelogs/0.9.5.md @@ -0,0 +1,18 @@ +## Changes + +* Lots of code revision, no functional change. + + +## Install + +To install this version, run the following commands (in a bash shell): + +``` +curl -L https://github.com/bitrise-io/envman/releases/download/0.9.5/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman +``` + +Then: + +``` +chmod +x /usr/local/bin/envman +```