diff --git a/.goxc.json b/.goxc.json index 652127d..3c3675a 100644 --- a/.goxc.json +++ b/.goxc.json @@ -8,6 +8,6 @@ "go-vet" ], "MainDirsExclude": "vendor,Godeps,testdata", - "PackageVersion": "1.6.1", + "PackageVersion": "1.6.1+dev", "ConfigVersion": "0.9" } diff --git a/README.md b/README.md index 925c6a4..c6dbddc 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,12 @@ $ brew install https://raw.githubusercontent.com/moul/ssh2docker/master/contrib/ ## Changelog +### master (unreleased) + +* No entry + +[full commits list](https://github.com/moul/gotty-client/compare/v1.6.1...master) + ### [v1.6.1](https://github.com/moul/gotty-client/releases/tag/v1.6.1) (2017-01-19) * Do not exit on EOF ([#45](https://github.com/moul/gotty-client/pull/45)) ([@gurjeet](https://github.com/gurjeet))