From 4ca07724ad7b5e49e8de5e5d4cb10e951c674461 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 2 Mar 2018 13:55:32 -0500 Subject: [PATCH] Mention the bump to Go 1.9.4 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 309471ee5..3e3e76bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Changed - backend/gce: add a `no-ip` tag when allocating instance without public IP +- build: support and build using Go 1.9.4 ## [3.5.0] - 2018-02-12