summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-23 17:17:56 -0600
committermo khan <mo.khan@gmail.com>2020-03-23 17:17:56 -0600
commit03a2811bcffa6b4d6673d4229b09cb772bf2589b (patch)
treec2912e3d93d0eb707c892532faa16f67830dd512
parentaaeec39db453e75d6ac476b5f224dda174ff1db5 (diff)
Add CHANGELOG and bump version
-rw-r--r--CHANGELOG.md4
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/license/management/version.rb2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a36aef..d2c2cd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# GitLab License management changelog
+## v3.1.4
+
+- Print `license-maven-plugin` logs to console. (!127)
+
## v3.1.3
- Install `license-maven-plugin` into local repository. (!124)
diff --git a/Gemfile.lock b/Gemfile.lock
index 020f124..8776c4d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- license-management (3.1.3)
+ license-management (3.1.4)
license_finder (~> 6.0.0)
GEM
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index b26354f..c004a9c 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '3.1.3'
+ VERSION = '3.1.4'
end
end