Skip to content

Commit cd8b026

Browse files
committed
chore: release version v0.25.0
1 parent dd343fa commit cd8b026

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="0.25.0"></a>
2+
# [0.25.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.24.1...v0.25.0) (2019-06-12)
3+
4+
5+
### Bug Fixes
6+
7+
* base encode CIDs before logging or emitting them ([704de22](https://github.com/ipfs/js-ipfs-bitswap/commit/704de22))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* Emitted events have different bytes
13+
14+
The emitted events contain the stringified version of the CID, as we
15+
change it to the base encoding the CID has, those bytes may be different
16+
to previous versions of this module.
17+
18+
Though this shouldn't have any impact on any other modules as the
19+
events are only used internally.
20+
21+
22+
123
<a name="0.24.1"></a>
224
## [0.24.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.24.0...v0.24.1) (2019-05-30)
325

0 commit comments

Comments
 (0)