From 56b486ab4b8acca44c1a874a8a771b0cd9c2dac8 Mon Sep 17 00:00:00 2001 From: eyalbe4 Date: Thu, 24 Feb 2022 10:27:33 +0200 Subject: [PATCH] Promoted version to v1.1.0 --- RELEASE.md | 5 +++++ main.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 6c6ed494..51ca3253 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,10 @@ # Release Notes +## 1.1.0 (February 24, 2022) +- Support for yarn +- Add checksum to npm dependencies +- Bug fix - Limit the total for RequestedBy, to avoid out-of-memory errors + ## 1.0.1 (January 30, 2022) - Bug fix - Gradle - Avoid potential ambigues task error - Bug fix - Go - Change Go dependency ID syntax to '{dependencyName}:v{dependecyVersion) diff --git a/main.go b/main.go index dd2a9e18..fb10aa55 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( ) var log utils.Log -var cliVersion = "1.0.1" +var cliVersion = "1.1.0" func main() { log = utils.NewDefaultLogger(getCliLogLevel())