summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-10 09:37:11 -0600
committermo khan <mo.khan@gmail.com>2020-09-10 09:37:11 -0600
commit1b84732cfd3f231cb3ff0003f4caff2e91a19ba6 (patch)
tree07f1cf07b16b15cc3394c6a1790c94fc4021c3bd
parent634df7cad947079032651e8ed7d2fdadfa6f1cf9 (diff)
Add CHANGELOG entry 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 0344a7a..b0940c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# GitLab License management changelog
+## v3.25.4
+
+- Fix patch number of `GOLANG_VERSION` being ignored, making the scan fail if there's no match for MAJOR.MINOR (!215)
+
## v3.25.3
- Ensure `apt-get` db is valid for `before_script` blocks. (!215)
diff --git a/Gemfile.lock b/Gemfile.lock
index 6b0909c..1088739 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
- license-management (3.25.3)
+ license-management (3.25.4)
license_finder (~> 6.7)
GEM
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index f99a3b6..f1203fc 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '3.25.3'
+ VERSION = '3.25.4'
end
end