version bump to 0.3.2 after mdns
Jeromy committed
Apr 22, 2015 at 02:08 UTC
94df8f07f9b5d7e75bf0f32ab56244b45a097f3b
2 files changed
+7
-1
CHANGELOG.md
+6
@@ -1,5 +1,11 @@
1
# go-ipfs changelog
2
3
+### 0.3.2 - 2015-04-22
4
+
5
+This patch update implements multicast dns as well as fxing a few test issues.
6
+
7
+* implment mdns peer discovery @whyrusleeping
8
+* fix mounting issues in sharness tests @chriscool
9
10
### 0.3.1 - 2015-04-21
11
repo/config/version.go
+1
-1
@@ -8,7 +8,7 @@ import (
8
)
9
10
// CurrentVersionNumber is the current application's version literal
11
-const CurrentVersionNumber = "0.3.1"
11
+const CurrentVersionNumber = "0.3.2"
12
13
// Version regulates checking if the most recent version is run
14
type Version struct {