From c4d05a5495eca84ab9f28af4776420e9545bcf80 Mon Sep 17 00:00:00 2001
From: Philip Offtermatt
Date: Fri, 1 Dec 2023 11:23:56 +0100
Subject: [PATCH] Revert changes to .changelog folder
---
.changelog/epilogue.md | 4 ++--
.../provider/1340-cryptographic-equivocation-feature.md | 4 ++--
.../provider/1340-cryptographic-equivocation-feature.md | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.changelog/epilogue.md b/.changelog/epilogue.md
index a89c459b44..861dc712e3 100644
--- a/.changelog/epilogue.md
+++ b/.changelog/epilogue.md
@@ -64,9 +64,9 @@ Date: June 1st, 2023
Unlike prior releases, the ICS `v2.0.0` release will be based on the main branch. `v2.0.0` will contain all the accumulated PRs from the various releases below, along with other PRs that were merged, but not released to production. After `v2.0.0`, we plan to revamp release practices, and how we modularize the repo for consumer/provider.
-Upgrading a provider from `v1.1.0-multiden` to `v2.0.0` will require state migrations. See [migration.go](../x/ccv/provider/keeper/migration.go). See the provider module's `ConsensusVersion` in [module](../x/ccv/provider/module.go)
+Upgrading a provider from `v1.1.0-multiden` to `v2.0.0` will require state migrations. See [migration.go](./x/ccv/provider/keeper/migration.go). See the provider module's `ConsensusVersion` in [module](./x/ccv/provider/module.go)
-Upgrading a consumer from `v1.2.0-multiden` to `v2.0.0` will NOT require state migrations. See the consumer module's `ConsensusVersion` in [module](../x/ccv/consumer/module.go)
+Upgrading a consumer from `v1.2.0-multiden` to `v2.0.0` will NOT require state migrations. See the consumer module's `ConsensusVersion` in [module](./x/ccv/consumer/module.go)
Some PRs from v2.0.0 may reappear from other releases below. This is due to the fact that ICS v1.1.0 deviates from the commit ordering of the main branch, and other releases thereafter are based on v1.1.0.
diff --git a/.changelog/unreleased/features/provider/1340-cryptographic-equivocation-feature.md b/.changelog/unreleased/features/provider/1340-cryptographic-equivocation-feature.md
index eb131a0909..4a90b46488 100644
--- a/.changelog/unreleased/features/provider/1340-cryptographic-equivocation-feature.md
+++ b/.changelog/unreleased/features/provider/1340-cryptographic-equivocation-feature.md
@@ -1,4 +1,4 @@
- Introduce the cryptographic verification of equivocation feature to the provider
- (cf. [ADR-005](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md)
- & [ADR-013](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-013-equivocation-slashing.md)).
+ (cf. [ADR-005](/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md)
+ & [ADR-013](/docs/docs/adrs/adr-013-equivocation-slashing.md)).
([\#1340](https://github.com/cosmos/interchain-security/pull/1340))
\ No newline at end of file
diff --git a/.changelog/unreleased/state-breaking/provider/1340-cryptographic-equivocation-feature.md b/.changelog/unreleased/state-breaking/provider/1340-cryptographic-equivocation-feature.md
index eb131a0909..4a90b46488 100644
--- a/.changelog/unreleased/state-breaking/provider/1340-cryptographic-equivocation-feature.md
+++ b/.changelog/unreleased/state-breaking/provider/1340-cryptographic-equivocation-feature.md
@@ -1,4 +1,4 @@
- Introduce the cryptographic verification of equivocation feature to the provider
- (cf. [ADR-005](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md)
- & [ADR-013](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-013-equivocation-slashing.md)).
+ (cf. [ADR-005](/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md)
+ & [ADR-013](/docs/docs/adrs/adr-013-equivocation-slashing.md)).
([\#1340](https://github.com/cosmos/interchain-security/pull/1340))
\ No newline at end of file