Skip to content

Commit

Permalink
Promoted version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Mar 24, 2022
1 parent 114c9ce commit 6e6393b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 1.2.0 (March 24, 2022)
- Allow calculating npm deps without checksums
- Move build-info schema to a file and allow validating it

## 1.1.1 (March 18, 2022)
- Upgrade maven & gradle build-info extractors
- New static code analysis badges added to README
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const logLevelEnv = "BUILD_INFO_LOG_LEVEL"

var log utils.Log
var cliVersion = "1.1.1"
var cliVersion = "1.2.0"

func main() {
log = utils.NewDefaultLogger(getCliLogLevel())
Expand Down

0 comments on commit 6e6393b

Please sign in to comment.