From 94df8f07f9b5d7e75bf0f32ab56244b45a097f3b Mon Sep 17 00:00:00 2001 From: Jeromy Date: Wed, 22 Apr 2015 02:08:46 -0700 Subject: [PATCH] version bump to 0.3.2 after mdns --- CHANGELOG.md | 6 ++++++ repo/config/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee5ad50a..cc1c58390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # go-ipfs changelog +### 0.3.2 - 2015-04-22 + +This patch update implements multicast dns as well as fxing a few test issues. + +* implment mdns peer discovery @whyrusleeping +* fix mounting issues in sharness tests @chriscool ### 0.3.1 - 2015-04-21 diff --git a/repo/config/version.go b/repo/config/version.go index 892b1eb59..74ced04fc 100644 --- a/repo/config/version.go +++ b/repo/config/version.go @@ -8,7 +8,7 @@ import ( ) // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.3.1" +const CurrentVersionNumber = "0.3.2" // Version regulates checking if the most recent version is run type Version struct {