diff --git a/.goxc.json b/.goxc.json index 5d39475..0aafa4f 100644 --- a/.goxc.json +++ b/.goxc.json @@ -7,6 +7,6 @@ "go-vet" ], "MainDirsExclude": "vendor,Godeps,testdata", - "PackageVersion": "1.2.0", + "PackageVersion": "1.2.0+", "ConfigVersion": "0.9" } diff --git a/README.md b/README.md index 03d8b1d..8cfa6cc 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,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.2.0...master) + ### [v1.2.0](https://github.com/moul/gotty-client/releases/tag/v1.2.0) (2015-10-23) * Removed an annoying warning when exiting connection ([#22](https://github.com/moul/gotty-client/issues/22)) ([@QuentinPerez](https://github.com/QuentinPerez))