Skip to content

Commit

Permalink
feat(version): bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Apr 3, 2016
1 parent 937bb45 commit 1f44e6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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.
2 changes: 1 addition & 1 deletion version.go
@@ -1,4 +1,4 @@
package consul

// Version defines the package semantic version
const Version = "0.1.1"
const Version = "0.1.2"

0 comments on commit 1f44e6a

Please sign in to comment.