diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-20 16:07:17 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-12-20 16:07:17 -0700 |
| commit | d51e4d90b3e7dbfc5b0a9ec90f37baf84dc105d0 (patch) | |
| tree | 60f24292401387f754917f5aa202fb5c98e9525a | |
| parent | 4a92549b62f8b6e6e9e33247cbfb11b4bb5f25b2 (diff) | |
Release v2.2.3v2.2.3
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | Gemfile.lock | 4 | ||||
| -rw-r--r-- | lib/license/management/version.rb | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fec3e..6ac05fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # GitLab License management changelog +## v2.2.3 + +- Add a mapping for `BSD-like` software licenses. (!97) + ## v2.2.2 - Install the latest version of pip for both Python 2 and 3 at build time (!99) diff --git a/Gemfile.lock b/Gemfile.lock index f705d00..58ab499 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - license-management (2.2.2) - license_finder (= 5.11.1) + license-management (2.2.3) + license_finder GEM remote: https://rubygems.org/ diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb index b4ad438..97c0f2a 100644 --- a/lib/license/management/version.rb +++ b/lib/license/management/version.rb @@ -2,6 +2,6 @@ module License module Management - VERSION = '2.2.2' + VERSION = '2.2.3' end end |
