From 101201f93f6ad0678ddd96f864603909fc1f8559 Mon Sep 17 00:00:00 2001 From: PeterSchafer <101886095+PeterSchafer@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:08:17 +0200 Subject: [PATCH] chore: curate RELEASE_NOTES (#5209) --- binary-releases/RELEASE_NOTES.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/binary-releases/RELEASE_NOTES.md b/binary-releases/RELEASE_NOTES.md index 408a51235a..c72e03fd18 100644 --- a/binary-releases/RELEASE_NOTES.md +++ b/binary-releases/RELEASE_NOTES.md @@ -1,9 +1,12 @@ -# [1.1291.0](https://github.com/snyk/snyk/compare/v1.1290.0...v1.1291.0) (2024-04-19) +# [1.1291.0](https://github.com/snyk/snyk/compare/v1.1290.0...v1.1291.0) (2024-04-30) -### Bug Fixes +The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli) + +### News -- **ci:** Adapt script to work on different environments ([#5182](https://github.com/snyk/snyk/issues/5182)) ([e54b227](https://github.com/snyk/snyk/commit/e54b227a4a05de78d3a210f099da93693f77fdc4)) +- This is the first **stable release** of the CLI +- It makes use of semantic versioning and is the successor of [1.1290.0](https://github.com/snyk/cli/releases/tag/v1.1290.0) -### Features +### Bug Fixes -- **ci:** First release on stable channel ([#5183](https://github.com/snyk/snyk/issues/5183)) ([f18cbce](https://github.com/snyk/snyk/commit/f18cbcec7466b4ea1de9632fa2cef1aa68ff5f4b)) +- **test:** Fix support of cyclic dependencies in maven with dverbose [#5208](https://github.com/snyk/cli/pull/5208)