summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0933d60..05f56bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# GitLab License management changelog
+## v3.20.1
+
+- Ensure that error messages are converted to strings before writing to the log. (!203)
+- Do not reconfigure bundler from the scanners ruby process. (!203)
+
## v3.20.0
- Fallback to parsing the `composer.lock` file when it is present (!200)
diff --git a/Gemfile.lock b/Gemfile.lock
index 6290ce0..7356717 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
- license-management (3.20.0)
+ license-management (3.20.1)
license_finder (~> 6.6.0)
GEM
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index ac8abbd..9e5f556 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '3.20.0'
+ VERSION = '3.20.1'
end
end