From 305ce7c0752edf6038638366b6ad2306f74592c2 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Sat, 10 Oct 2015 23:25:48 +0200 Subject: [PATCH] v1.1.0 --- .goxc.json | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.goxc.json b/.goxc.json index 78bc6c4..1403995 100644 --- a/.goxc.json +++ b/.goxc.json @@ -7,6 +7,6 @@ "go-vet" ], "MainDirsExclude": "vendor,Godeps,testdata", - "PackageVersion": "1.0.1", + "PackageVersion": "1.1.0", "ConfigVersion": "0.9" } diff --git a/README.md b/README.md index cd18313..eb0ccb5 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Mon Aug 24 18:54:38 CEST 2015 ## Changelog -### master (unreleased) +### v1.1.0 (2015-10-10) * Handling arguments + using mutexes (thanks to [@QuentinPerez](https://github.com/QuentinPerez)) * Add logo ([#9](https://github.com/moul/gotty-client/issues/9)) @@ -87,7 +87,7 @@ Mon Aug 24 18:54:38 CEST 2015 * Add Changelog ([#5](https://github.com/moul/gotty-client/issues/5)) * Add GOXC configuration to build binaries for multiple architectures ([#2](https://github.com/moul/gotty-client/issues/2)) -[full commits list](https://github.com/moul/gotty-client/compare/v1.0.1...master) +[full commits list](https://github.com/moul/gotty-client/compare/v1.0.1...v1.1.0) ### [v1.0.1](https://github.com/moul/gotty-client/releases/tag/v1.0.1) (2015-09-27)