Sfoglia il codice sorgente

Bump version to 2.2.6

Ask Bjørn Hansen 12 anni fa
parent
commit
68c3a8b264
2 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 5 0
      CHANGES.md
  2. 1 1
      geodns.go

+ 5 - 0
CHANGES.md

@@ -1,5 +1,10 @@
 # GeoDNS Changelog
 
+## 2.2.6, April 9th 2013
+
+* Begin more detailed /status page
+* Make SOA record look more "normal" (cosmetic change only)
+
 ## 2.2.5, April 7th 2013
 
 * Add StatHat feature

+ 1 - 1
geodns.go

@@ -29,7 +29,7 @@ import (
 	"time"
 )
 
-var VERSION string = "2.2.5"
+var VERSION string = "2.2.6"
 var gitVersion string
 var serverId string
 var serverIP string