summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-19 08:56:21 -0600
committermo khan <mo.khan@gmail.com>2020-03-19 08:56:21 -0600
commitac2faca281bfb7e4bafee3504e8562a14f8a353d (patch)
tree84479c69b0c3a0c23aa3cb1bd88314b422fdd822
parentc8d3a897da0e8fba6e9e4a22564f7397892049d4 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md4
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/license/management/version.rb2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4538573..bbaee95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# GitLab License management changelog
+## v3.1.1
+
+- Fix invocation of `SETUP_CMD`. (!122)
+
## v3.1.0
- Forward custom `MAVEN_CLI_OPTS` to `LicenseFinder` so that it can use it in the license scan task. (!120)
diff --git a/Gemfile.lock b/Gemfile.lock
index 7dfdc77..68c0773 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- license-management (3.1.0)
+ license-management (3.1.1)
license_finder (~> 6.0.0)
GEM
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index ca107df..308a738 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '3.1.0'
+ VERSION = '3.1.1'
end
end