Skip to content

Commit

Permalink
Merge pull request #621 from github/release-4.0.4
Browse files Browse the repository at this point in the history
Release 4.0.4
  • Loading branch information
jonabc authored Jan 26, 2023
2 parents 8f039ba + 120fdf8 commit 799794e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.0.4

### Changed

- Dependency version requirements are more relaxed (https://github.com/github/licensed/pull/619)

## 4.0.3

### Changed
Expand Down Expand Up @@ -700,4 +706,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.0.3...HEAD
[Unreleased]: https://github.com/github/licensed/compare/4.0.4...HEAD
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
licensed (4.0.3)
licensed (4.0.4)
json (~> 2.6)
licensee (~> 9.16)
parallel (~> 1.22)
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.0.3".freeze
VERSION = "4.0.4".freeze

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

0 comments on commit 799794e

Please sign in to comment.