From cba8b4c55c623a28ff07e92e71fcaff17d100310 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 27 Aug 2019 14:35:18 +0100 Subject: [PATCH] chore: release version v0.110.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfef335..e31cb618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.110.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.109.1...v0.110.0) (2019-08-27) + + +### Bug Fixes + +* reduce the number of concurrent requests in browser ([#505](https://github.com/ipfs/interface-ipfs-core/issues/505)) ([7596634](https://github.com/ipfs/interface-ipfs-core/commit/7596634)) + + + ## [0.109.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.109.0...v0.109.1) (2019-08-06)