From 9cca4a73edd4196fb974c590ad8bccd28f1b866f Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 19 Jun 2015 10:21:14 -0700 Subject: [PATCH] bump version to v0.10.0 --- CHANGELOG | 19 +++++++++++++++++++ docs/installation.md | 4 ++-- .../kelseyhightower/confd/version.go | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 62e3eac51..22c021a3f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,22 @@ +### v0.10.0 + +70cf76a move contrib to root dir +34a0ff7 Updating README.md to include new backends +fee8361 Fix broken links to documentation +d9d4cb1 Use the gb tool for dep management and building. +1ef34cb template: don't crash on template error +7531530 Log command output on error +fed32fe Draft: Support for DynamoDB +7f59d50 Use correct application name for ZooKeeper example +03a7c7e feat: add strings.Contains support +6307c26 change opdemand emails to engine yard +5350113 client cert config from environment variables +b6f414e Adding better support for Consul, enabling SSL/TLS client config +e94151b update release checklist +ce4eb5c bump to v1.0.0-dev +503d745 remove --quiet, --debug and --verbose +c9cefaf random doc fixes + ### v0.9.0 8888b7a Add maintainers file diff --git a/docs/installation.md b/docs/installation.md index 0629a6165..a658af067 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,13 +7,13 @@ Currently confd ships binaries for OS X and Linux 64bit systems. You can downloa #### OS X ``` -$ wget https://github.com/kelseyhightower/confd/releases/download/v0.9.0/confd-0.9.0-darwin-amd64 +$ wget https://github.com/kelseyhightower/confd/releases/download/v0.10.0/confd-0.10.0-darwin-amd64 ``` #### Linux ``` -$ wget https://github.com/kelseyhightower/confd/releases/download/v0.9.0/confd-0.9.0-linux-amd64 +$ wget https://github.com/kelseyhightower/confd/releases/download/v0.10.0/confd-0.10.0-linux-amd64 ``` #### Building from Source diff --git a/src/github.com/kelseyhightower/confd/version.go b/src/github.com/kelseyhightower/confd/version.go index 1f1b749be..72f7c0d6f 100644 --- a/src/github.com/kelseyhightower/confd/version.go +++ b/src/github.com/kelseyhightower/confd/version.go @@ -1,3 +1,3 @@ package main -const Version = "0.10.0-dev" +const Version = "0.10.0"