Skip to content

Commit

Permalink
updated README and Changelog for v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Crowe committed Dec 13, 2014
1 parent 14d2c7b commit 462cfdd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2014-12-13 - v0.2.0

- Updated to work with 0.6/0.7
- This is backward incompatible with previous confd releases (anything below 0.6).
- Please continue to use 'v0.1.0' if you're confd is lower than version '0.6'


2014-09-03 - v0.1.0

- First working release
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ Please see the confd [documentation](https://github.com/kelseyhightower/confd/bl

```ruby
class { 'confd':
etcd_nodes => [ 'http://etcd-1:4001', 'http://etcd-2:4001' ],
interval => 10
prefix => '/confd'
nodes => [ 'etcd-1:4001', 'etcd-2:4001' ],
interval => 10
prefix => '/confd'
}

confd::resource { 'nginx_upstream_01':
Expand Down

0 comments on commit 462cfdd

Please sign in to comment.