diff --git a/.goxc.json b/.goxc.json index eaf83b3..d72c633 100644 --- a/.goxc.json +++ b/.goxc.json @@ -8,6 +8,6 @@ "go-vet" ], "MainDirsExclude": "vendor,Godeps,testdata", - "PackageVersion": "1.5.0+", + "PackageVersion": "1.6.0", "ConfigVersion": "0.9" } diff --git a/README.md b/README.md index 64e9036..53f3db8 100644 --- a/README.md +++ b/README.md @@ -105,14 +105,14 @@ $ brew install https://raw.githubusercontent.com/moul/ssh2docker/master/contrib/ ## Changelog -### master (unreleased) +### [v1.6.0](https://github.com/moul/gotty-client/releases/tag/v1.6.0) (2016-05-23) * Support of `--use-proxy-from-env` (Add Proxy support) ([#36](https://github.com/moul/gotty-client/pull/36)) ([@byung2](https://github.com/byung2)) * Add debug mode ([#18](https://github.com/moul/gotty-client/issues/18)) * Fix argument passing ([#16](https://github.com/moul/gotty-client/issues/16)) * Remove warnings + golang fixes and refactoring ([@QuentinPerez](https://github.com/QuentinPerez)) -[full commits list](https://github.com/moul/gotty-client/compare/v1.5.0...master) +[full commits list](https://github.com/moul/gotty-client/compare/v1.5.0...v1.6.0) ### [v1.5.0](https://github.com/moul/gotty-client/releases/tag/v1.5.0) (2016-02-18)