diff options
| -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 |
