From c4f89eb3f696261b9a964a23ea77e6cfc0166073 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 8 Aug 2024 01:49:35 +0200 Subject: [PATCH] chore: release v1.5.0 --- CHANGELOG.md | 16 +++++++++++++--- version.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 187701f..3edeb1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ The following emojis are used to highlight certain changes: ### Added +### Changed + +### Removed + +### Fixed + +### Security + +## [v1.5.0] + +### Added + - Simple end-to-end test to check that trustless-gateway-domains are set correctly. [#151](https://github.com/ipfs/rainbow/pull/151) [#157](https://github.com/ipfs/rainbow/pull/157) - HTTP API to dynamically list logging subsystems and modify logging levels for subsystems. [#156](https://github.com/ipfs/rainbow/pull/156) @@ -23,11 +35,9 @@ The following emojis are used to highlight certain changes: - go-libp2p [0.36.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.36.1) - boxo [0.22.0](https://github.com/ipfs/boxo/releases/tag/v0.22.0) -### Removed - ### Fixed -### Security +- [libp2p identify agentVersion](https://github.com/libp2p/specs/blob/master/identify/README.md#agentversion) correctly indicates rainbow version when shared host is not used ## [v1.4.0] diff --git a/version.json b/version.json index 1eb646e..d73cd22 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.4.0" + "version": "v1.5.0" }