diff --git a/CHANGELOG.md b/CHANGELOG.md index ac83428e..34553d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 4.0.1 + +### Fixed + +- Running gradle tests will no longer fail when gradle is not available (https://github.com/github/licensed/pull/606) + ## 4.0.0 ### Added @@ -677,4 +683,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.0...HEAD +[Unreleased]: https://github.com/github/licensed/compare/4.0.1...HEAD diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index ca91a855..601f08b8 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "4.0.0".freeze + VERSION = "4.0.1".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first