From 980010e2b30703a453885157af729ddd2729ea33 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 24 May 2024 08:18:44 +0200 Subject: [PATCH 1/2] docs: changelog for v1.3.0 --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd8f4b3..5d8dd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,6 @@ The following emojis are used to highlight certain changes: ### Added -- Now supports remote backends (using RAW block or CAR requests) via `--remote-backends` (`RAINBOW_REMOTE_BACKENDS`). -- Added configurable libp2p listen addresses for the Bitswap host via the `libp2p-listen-addrs` flag and `RAINBOW_LIBP2P_LISTEN_ADDRS` environment variable - ### Changed ### Removed @@ -26,6 +23,13 @@ The following emojis are used to highlight certain changes: ### Security +## [v1.3.0] + +### Added + +- Now supports remote backends (using RAW block or CAR requests) via `--remote-backends` (`RAINBOW_REMOTE_BACKENDS`). +- Added configurable libp2p listen addresses for the Bitswap host via the `libp2p-listen-addrs` flag and `RAINBOW_LIBP2P_LISTEN_ADDRS` environment variable + ## [v1.2.2] ### Fixed From d6420b5e71acce1c619b2a1c1a78eab7cd36c944 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 24 May 2024 08:19:05 +0200 Subject: [PATCH 2/2] chore: version v1.3.0 --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 736a14c..b501bd7 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.2.2" + "version": "v1.3.0" }