We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb01dc commit 33cc9c2Copy full SHA for 33cc9c2
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+
10
+## 5.0.1
11
12
+- Updated dependencies as needed for security fixes
13
14
## 5.0.0
15
16
### Breaking change
lib/licensed/version.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
module Licensed
3
- VERSION = "5.0.0".freeze
+ VERSION = "5.0.1".freeze
4
5
def self.previous_major_versions
major_version = Gem::Version.new(Licensed::VERSION).segments.first
0 commit comments