Skip to content

Commit c615428

Browse files
authored
Merge pull request #650 from github/release-4.3.1
Release 4.3.1
2 parents 2bb8dcc + 7526aed commit c615428

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## 4.3.1
10+
11+
### Changed
12+
13+
- Bump nokogiri to resolve vulnerabilities (https://github.com/github/licensed/pull/648)
14+
915
## 4.3.0
1016

1117
### Added
@@ -729,4 +735,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
729735

730736
Initial release :tada:
731737

732-
[Unreleased]: https://github.com/github/licensed/compare/4.3.0...HEAD
738+
[Unreleased]: https://github.com/github/licensed/compare/4.3.1...HEAD

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
licensed (4.3.0)
4+
licensed (4.3.1)
55
json (~> 2.6)
66
licensee (~> 9.16)
77
parallel (~> 1.22)

lib/licensed/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Licensed
3-
VERSION = "4.3.0".freeze
3+
VERSION = "4.3.1".freeze
44

55
def self.previous_major_versions
66
major_version = Gem::Version.new(Licensed::VERSION).segments.first

0 commit comments

Comments
 (0)