From 1f44e6ae53d16d45aec80c6e63cd8d79e091d663 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Sun, 3 Apr 2016 22:14:31 +0100 Subject: [PATCH] feat(version): bump to 0.1.2 --- History.md | 10 ++++++++++ version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 00366f9..de86e30 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +## 0.1.2 / 03-04-2016 + +- feat(consul): use Consul health services instead of from catalog. +- feat(api): due to Consul change, one field of the Consul struct interface has changed, but the struct is only used internally. +- refactor(examples): adapt retry example to use Consul health mock. + +## 0.1.1 / 12-03-2016 + +- Maintenance release. + ## 0.1.0 / 10-03-2016 - First release. diff --git a/version.go b/version.go index 38eec8a..47cbcf7 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package consul // Version defines the package semantic version -const Version = "0.1.1" +const Version = "0.1.2"