From 5213dc66b85e1196849725103c2662f38459b8f4 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 23 Oct 2016 10:03:32 -0700 Subject: [PATCH] Move to Go 1.7 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4c9f68..117eb6cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.7.0 (unreleased) +- With this release rqlite is moving to Go 1.7 + ## 3.6.0 (October 1st 2016) - [PR #195](https://github.com/rqlite/rqlite/pull/195): Set Content-type "application/json" on all HTTP responses. - [PR #193](https://github.com/rqlite/rqlite/pull/193): Allow joining a cluster through any node, not just the leader.