diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cb9a9..88d8413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,6 @@ The following emojis are used to highlight certain changes: ### Added -- ✨ Now supports local cache sharing with peers provided via `--peering` (`RAINBOW_PEERING`). You can further read how this works in [`docs/environment-variables.md`](docs/environment-variables.md). - ### Changed ### Removed @@ -25,6 +23,12 @@ The following emojis are used to highlight certain changes: ### Security +## [v1.1.0] + +### Added + +- ✨ Now supports local cache sharing with peers provided via `--peering` (`RAINBOW_PEERING`). You can further read how this works in [`docs/environment-variables.md`](docs/environment-variables.md). + ## [v1.0.0] Our first version. Check the [README](README.md) for all the information regarding 🌈 Rainbow. diff --git a/version.json b/version.json index 77dfc03..a905d1a 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.0.0" + "version": "v1.1.0" }