Skip to content

Commit cca3e98

Browse files
authored
docs: prepare for v4.0.0 (#1581)
* unclog build * update release notes * update release date
1 parent 30e253d commit cca3e98

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changelog/v4.0.0/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*January 11, 2024*
1+
*January 22, 2024*

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v4.0.0
44

5-
*January 11, 2024*
5+
*January 22, 2024*
66

77
### API BREAKING
88

@@ -22,6 +22,8 @@
2222
- Avoid jailing validators immediately once they can no longer opt-out from
2323
validating consumer chains.
2424
([\#1549](https://github.com/cosmos/interchain-security/pull/1549))
25+
- Fix the validation of VSCPackets to not fail due to marshaling to string using Bech32.
26+
([\#1570](https://github.com/cosmos/interchain-security/pull/1570))
2527

2628
### DEPENDENCIES
2729

@@ -46,6 +48,8 @@
4648
- Avoid jailing validators immediately once they can no longer opt-out from
4749
validating consumer chains.
4850
([\#1549](https://github.com/cosmos/interchain-security/pull/1549))
51+
- Fix the validation of VSCPackets to not fail due to marshaling to string using Bech32.
52+
([\#1570](https://github.com/cosmos/interchain-security/pull/1570))
4953
- [Provider](x/ccv/provider)
5054
- Add the provider-side changes for jail throttling with retries (cf. ADR 008).
5155
([\#1321](https://github.com/cosmos/interchain-security/pull/1321))

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ This release introduces the following noteworthy changes:
1414
- It sets the minimum required version of Go to `1.21`.
1515
- It adds the provider-side changes for jail throttling with retries and, as a result, it fully enables the jail throttling with retries feature (cf. [ADR 008](https://github.com/cosmos/interchain-security/blob/release/v3.2.x/docs/docs/adrs/adr-008-throttle-retries.md)).
1616
- Fixes a bug in the soft opt-out protocol -- it avoids jailing validators immediately once they can no longer opt-out from validating consumer chains.
17+
- Fixes a bug the validation of VSCPackets caused by marshaling to string using Bech32.
1718

0 commit comments

Comments
 (0)