From ad0aabcd1c079671a11f9e98f9c3ec8a526af351 Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Tue, 23 Jan 2024 15:28:57 -0600 Subject: [PATCH] Update changelog in preparation for creating new v1.18 branch (#34912) --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 028c3bbda..99d52beaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm and follows a [Backwards Compatibility Policy](https://docs.solanalabs.com/backwards-compatibility) Release channels have their own copy of this changelog: -* [edge - v1.18](#edge-channel) -* [beta - v1.17](https://github.com/solana-labs/solana/blob/v1.17/CHANGELOG.md) -* [stable - v1.16](https://github.com/solana-labs/solana/blob/v1.16/CHANGELOG.md) +* [edge - v2.0](#edge-channel) +* [beta - v1.18](https://github.com/solana-labs/solana/blob/v1.18/CHANGELOG.md) +* [stable - v1.17](https://github.com/solana-labs/solana/blob/v1.17/CHANGELOG.md) -## [1.18.0] - Unreleased +## [2.0.0] - Unreleased + +## [1.18.0] * Changes * Added a github check to support `changelog` label * The default for `--use-snapshot-archives-at-startup` is now `when-newest` (#33883)