Skip to content

Commit

Permalink
update changelog for P2P.V1 removal (#11856)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Jan 23, 2024
1 parent 5e7b2b2 commit d7fe683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- `P2P.V1` is no longer supported and must not be set in TOML configuration in order to boot. Use `P2P.V2` instead. If you are using both, `V1` can simply be removed.
- Removed `TelemetryIngress.URL` and `TelemetryIngress.ServerPubKey` from TOML configuration, these fields are replaced by `[[TelemetryIngress.Endpoints]]`:
```toml
[[TelemetryIngress.Endpoints]]
Expand Down

0 comments on commit d7fe683

Please sign in to comment.