Skip to content

Commit 7207b1c

Browse files
Merge pull request ipfs#5207 from ipfs/release-0.4.16-rc3
Ipfs v0.4.16-rc3
2 parents 8a9aa41 + 310b165 commit 7207b1c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ Various other changes were merged in this release, including great
5858
documentation, a good number of smaller bugfixes, refactoring and a good bit
5959
more. For the details, see the changelog below.
6060

61+
## 0.4.16-rc3 2018-07-09
62+
- Bugfixes
63+
- Fix dht commands when ipns over pubsub is enabled ([ipfs/go-ipfs#5200](https://github.com/ipfs/go-ipfs/pull/5200))
64+
- Fix content routing when ipns over pubsub is enabled ([ipfs/go-ipfs#5200](https://github.com/ipfs/go-ipfs/pull/5200))
65+
- Correctly handle multi-hop dnslink resolution ([ipfs/go-ipfs#5202](https://github.com/ipfs/go-ipfs/pull/5202))
6166

6267
## 0.4.16-rc2 2018-07-05
6368
- Bugfixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,6 @@
551551
"language": "go",
552552
"license": "MIT",
553553
"name": "go-ipfs",
554-
"version": "0.4.16-rc2"
554+
"version": "0.4.16-rc3"
555555
}
556556

repo/config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package config
44
var CurrentCommit string
55

66
// CurrentVersionNumber is the current application's version literal
7-
const CurrentVersionNumber = "0.4.16-rc2"
7+
const CurrentVersionNumber = "0.4.16-rc3"
88

99
const ApiVersion = "/go-ipfs/" + CurrentVersionNumber + "/"

0 commit comments

Comments
 (0)