diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8eb351a..37e12d9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ The minor version will be incremented upon a breaking change and the patch versi ## [0.30.0] - 2024-04-15 +See the [Anchor 0.30 release notes](https://www.anchor-lang.com/release-notes/0.30.0) for a high-level overview of how to update. + ### Features - cli: Allow force `init` and `new` ([#2698](https://github.com/coral-xyz/anchor/pull/2698)). @@ -120,6 +122,8 @@ The minor version will be incremented upon a breaking change and the patch versi ## [0.29.0] - 2023-10-16 +See the [Anchor 0.29 release notes](https://www.anchor-lang.com/release-notes/0.29.0) for a high-level overview of how to update. + ### Features - lang: Change all accounts to have a reference to `AccountInfo` ([#2656](https://github.com/coral-xyz/anchor/pull/2656)).