diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-06 12:04:57 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-06 12:04:57 -0600 |
| commit | a89906bb5f31fd2cbc7762aaaa8f4d9955568c48 (patch) | |
| tree | f738829459a032079cf3afab3cc6cde895812c7c | |
| parent | a1621bf89917c4159762ec8ae3635d5aff14f148 (diff) | |
Update CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/license/management/version.rb | 2 |
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 |
