File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## 4.3.1
10
+
11
+ ### Changed
12
+
13
+ - Bump nokogiri to resolve vulnerabilities (https://github.com/github/licensed/pull/648 )
14
+
9
15
## 4.3.0
10
16
11
17
### Added
@@ -729,4 +735,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
729
735
730
736
Initial release :tada :
731
737
732
- [ Unreleased ] : https://github.com/github/licensed/compare/4.3.0 ...HEAD
738
+ [ Unreleased ] : https://github.com/github/licensed/compare/4.3.1 ...HEAD
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- licensed (4.3.0 )
4
+ licensed (4.3.1 )
5
5
json (~> 2.6 )
6
6
licensee (~> 9.16 )
7
7
parallel (~> 1.22 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Licensed
3
- VERSION = "4.3.0 " . freeze
3
+ VERSION = "4.3.1 " . freeze
4
4
5
5
def self . previous_major_versions
6
6
major_version = Gem ::Version . new ( Licensed ::VERSION ) . segments . first
You can’t perform that action at this time.
0 commit comments