From f8cd1385d7f1cec72aa815b5993dd423c563bd33 Mon Sep 17 00:00:00 2001 From: Erik Seliger Date: Mon, 16 May 2022 12:02:09 +0200 Subject: [PATCH] Prepare changelog for 3.40 release (#747) --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab10f1e4d..00a838498c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,6 @@ All notable changes to `src-cli` are documented in this file. ## Unreleased ### Added -- New command `src debug`. [#731](https://github.com/sourcegraph/src-cli/pull/731) -- `src lsif upload` now supports the `-gitlab-token` flag. [#721](https://github.com/sourcegraph/src-cli/pull/721) -- Batch Changes can be applied to Bitbucket Cloud when `src` is used with Sourcegraph 3.40 or later. [#725](https://github.com/sourcegraph/src-cli/pull/725) ### Changed @@ -22,6 +19,18 @@ All notable changes to `src-cli` are documented in this file. ### Removed +## 3.40.0 + +### Added + +- New command `src debug`. [#731](https://github.com/sourcegraph/src-cli/pull/731) +- `src lsif upload` now supports the `-gitlab-token` flag. [#721](https://github.com/sourcegraph/src-cli/pull/721) +- Batch Changes can be applied to Bitbucket Cloud when `src` is used with Sourcegraph 3.40 or later. [#725](https://github.com/sourcegraph/src-cli/pull/725) + +### Changed + +- src CLI is now built using go 1.18. + ## 3.39.0 ### Added