summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-19 14:00:20 -0600
committermo khan <mo.khan@gmail.com>2020-05-19 14:00:20 -0600
commite2a538ed5c817c792299750ae24c7569b68cd9f3 (patch)
tree612a34f0fdb4fb2a5408e6d3584c5466f6feb369
parent3ff8289b12a8a89730fad979b57fa937db8e5cb5 (diff)
Add CHANGELOG entry
-rw-r--r--CHANGELOG.md5
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/license/management/version.rb2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f29c22..cbcc4f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# GitLab License management changelog
+## v3.9.1
+
+- Add `--allow-root` option when install bower packages. (!150)
+- Include nested dependencies in scan report for bower projects. (!150)
+
## v3.9.0
- Update go list command to be compatible with 1.14 (!143)
diff --git a/Gemfile.lock b/Gemfile.lock
index e8e1023..4ba5c69 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- license-management (3.9.0)
+ license-management (3.9.1)
license_finder (~> 6.0.0)
GEM
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index b5d5bc9..0fe76f1 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '3.9.0'
+ VERSION = '3.9.1'
end
end