diff --git a/CHANGELOG.md b/CHANGELOG.md index a457d8f..6afe62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,31 @@ Bashistrano versions are following [SemVer](http://semver.org). ## [`master`] -[`master`]: https://github.com/team-supercharge/bashistrano/compare/v1.1.2...HEAD +[`master`]: https://github.com/team-supercharge/bashistrano/compare/v1.1.3...HEAD * Latest contributions --- +## [`1.1.3`] + +[`1.1.3`]: https://github.com/team-supercharge/bashistrano/compare/v1.1.2...v1.1.3 + +### Breaking changes: + +* None + +### New features: + +* None + +### Fixes + +* Avoid unbound variable error in case of empty parameter lists +* Fix opening SSH tunnels + +--- + ## [`1.1.2`] [`1.1.2`]: https://github.com/team-supercharge/bashistrano/compare/v1.1.1...v1.1.2 diff --git a/bashistrano b/bashistrano index 2b2da37..aa5aa7f 100755 --- a/bashistrano +++ b/bashistrano @@ -27,7 +27,7 @@ set -Eeuo pipefail -VERSION='1.1.2' +VERSION='1.1.3' # -------------------- # MAIN