Commit 30f613e

mo khan <mo.khan@gmail.com>
2020-04-19 01:27:34
Insert nuget packages with unknown license into cache tag: v0.12.2
1 parent 0a284b4
Changed files (3)
lib/spandx/version.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Spandx
-  VERSION = '0.12.1'
+  VERSION = '0.12.2'
 end
CHANGELOG.md
@@ -1,4 +1,4 @@
-Version 0.12.1
+Version 0.12.2
 
 # Changelog
 
@@ -8,12 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+## [0.12.2] - 2020-04-18
+### Fixed
+- Insert entries with unknown license into cache instead of one large dead letter file that is too big to commit to git.
 
 ## [0.12.1] - 2020-04-17
 ### Fixed
 - Revert ruby version constraint to support 2.4+
 
-
 ## [0.12.0] - 2020-04-14
 ### Added
 - Add `--format csv` option to scan command.
Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    spandx (0.12.1)
+    spandx (0.12.2)
       addressable (~> 2.7)
       bundler (>= 1.16, < 3.0.0)
       net-hippie (~> 0.3)