Skip to content

Commit

Permalink
Merge pull request #548 from philips/0.3.0
Browse files Browse the repository at this point in the history
doc(CHANGELOG): document v0.3.0
  • Loading branch information
philips committed Feb 7, 2014
2 parents 0c2287b + ddc40e5 commit f9d27c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
v0.2
v0.3.0
* Add Compare-and-Delete support.
* Added prevNode to response objects.
* Added Discovery API.
* Add tracing and debug endpoints (Documentation/debugging.md).
* Improved logging of cluster events.
* go get github.com/coreos/etcd works.
* info file is no longer used.
* Snapshots are on by default.
* Statistics APIs documented.

v0.2.0
* Support directory creation and removal.
* Add Compare-and-Swap (CAS) support.
* Support recursive GETs.
Expand Down
2 changes: 1 addition & 1 deletion server/release_version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package server

const ReleaseVersion = "v0.2.1-pre"
const ReleaseVersion = "v0.3.0"

0 comments on commit f9d27c3

Please sign in to comment.