Browse Source

Bump version to 2.3.0

Ask Bjørn Hansen 12 years ago
parent
commit
36d3cd4399
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGES.md
  2. 1 1
      geodns.go

+ 4 - 0
CHANGES.md

@@ -1,5 +1,9 @@
 # GeoDNS Changelog
 # GeoDNS Changelog
 
 
+## 2.3.0, May 7th 2013
+* Fix edns-client-subnet bug in dns library so it
+  works with OpenDNS
+
 ## 2.2.8, April 28th 2013
 ## 2.2.8, April 28th 2013
 * Support per-zone stats posted to StatHat
 * Support per-zone stats posted to StatHat
 * Support TXT records
 * Support TXT records

+ 1 - 1
geodns.go

@@ -30,7 +30,7 @@ import (
 	"time"
 	"time"
 )
 )
 
 
-var VERSION string = "2.2.8"
+var VERSION string = "2.3.0"
 var buildTime string
 var buildTime string
 var gitVersion string
 var gitVersion string