Brandon Philips 11 лет назад
Родитель
Сommit
22c944d8ef
3 измененных файлов с 6 добавлено и 2 удалено
  1. 4 0
      CHANGELOG
  2. 1 1
      README.md
  3. 1 1
      server/release_version.go

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+v0.4.1
+* Re-introduce DELETE on the machines endpoint
+* Document the machines endpoint
+
 v0.4.0
 * Introduced standby mode
 * Added HEAD requests

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 # etcd
 
-README version 0.4.0
+README version 0.4.1
 
 A highly-available key value store for shared configuration and service discovery.
 etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being:

+ 1 - 1
server/release_version.go

@@ -1,3 +1,3 @@
 package server
 
-const ReleaseVersion = "0.4.1"
+const ReleaseVersion = "0.4.1+git"