diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-04 12:36:16 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-04 18:11:31 -0600 |
| commit | fc653afdeea582dced54f23d22b61764fdeaaef0 (patch) | |
| tree | 4a467a1eaa462859324f3cd4e307650a1be4df3b | |
| parent | 82710091812b7579e402274e964db7e5077e7509 (diff) | |
Update CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | lib/license/management/version.rb | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b34dcb..0933d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # GitLab License management changelog +## v3.20.0 + +- Fallback to parsing the `composer.lock` file when it is present (!200) + ## v3.19.5 - Fix failing dotnet tests. (!199) diff --git a/Gemfile.lock b/Gemfile.lock index c3dda98..6290ce0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT PATH remote: . specs: - license-management (3.19.5) + license-management (3.20.0) license_finder (~> 6.6.0) GEM diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb index 851642e..ac8abbd 100644 --- a/lib/license/management/version.rb +++ b/lib/license/management/version.rb @@ -2,6 +2,6 @@ module License module Management - VERSION = '3.19.5' + VERSION = '3.20.0' end end |
