Skip to content

Commit

Permalink
bump to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Oct 27, 2016
1 parent 17e1d2a commit 346c09e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v0.12.1

17e1d2a Revert "json-backend: initial pass of json backend"
c91406c Revert "json-backend: tests and support for nested objects"
0df8af7 Revert "json-backend: cleanup"

### v0.12.0

7ac1091 Upgrade Dockerfile to use latest stable Alpine which has Go 1.6
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Currently confd ships binaries for OS X and Linux 64bit systems. You can downloa
#### OS X

```
$ wget https://github.com/bacongobbler/confd/releases/download/v0.12.0/confd-0.12.0-darwin-amd64
$ wget https://github.com/bacongobbler/confd/releases/download/v0.12.1/confd-0.12.1-darwin-amd64
```

#### Linux

```
$ wget https://github.com/bacongobbler/confd/releases/download/v0.12.0/confd-0.12.0-linux-amd64
$ wget https://github.com/bacongobbler/confd/releases/download/v0.12.1/confd-0.12.1-linux-amd64
```

#### Building from Source
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "0.13.0-dev"
const Version = "0.12.1"

0 comments on commit 346c09e

Please sign in to comment.