Skip to content

Commit

Permalink
release 4.3.1
Browse files Browse the repository at this point in the history
## 4.3.1
### Changed
- Bump nokogiri to resolve vulnerabilities (#648)
  • Loading branch information
jonabc committed Apr 12, 2023
1 parent 2bb8dcc commit 52a1476
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 4.3.1

### Changed

- Bump nokogiri to resolve vulnerabilities (https://github.com/github/licensed/pull/648)

## 4.3.0

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

Initial release :tada:

[Unreleased]: https://github.com/github/licensed/compare/4.3.0...HEAD
[Unreleased]: https://github.com/github/licensed/compare/4.3.1...HEAD
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
licensed (4.3.0)
licensed (4.3.1)
json (~> 2.6)
licensee (~> 9.16)
parallel (~> 1.22)
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
minitest (> 5.3)
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
nokogiri (1.14.3)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (6.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/licensed/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Licensed
VERSION = "4.3.0".freeze
VERSION = "4.3.1".freeze

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

0 comments on commit 52a1476

Please sign in to comment.