Skip to content

Commit

Permalink
Promoted version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Feb 24, 2022
1 parent 297d97d commit 56b486a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 56b486a

Please sign in to comment.