diff --git a/CHANGELOG.md b/CHANGELOG.md index c62833b..ba997a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,6 @@ The following emojis are used to highlight certain changes: ### Added -- ✨ Now supports automatic peering with peers that have the same seed via `--seed-peering` (`RAINBOW_SEED_PEERING`). To enable this, you must configure `--seed` (`RAINBOW_SEED`) and `--seed-index` (`RAINBOW_SEED_INDEX`). - ### Changed ### Removed @@ -25,6 +23,12 @@ The following emojis are used to highlight certain changes: ### Security +## [v1.2.0] + +### Added + +- ✨ Now supports automatic peering with peers that have the same seed via `--seed-peering` (`RAINBOW_SEED_PEERING`). You can further read how this works in [`docs/environment-variables.md`](docs/environment-variables.md). + ## [v1.1.0] ### Added diff --git a/version.json b/version.json index a905d1a..4507450 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.1.0" + "version": "v1.2.0" }