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 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" }