From eb4c44f5ab6314ad320d9970989044c021fff13e Mon Sep 17 00:00:00 2001 From: Jon Ruskin Date: Mon, 14 Nov 2022 09:20:05 -0700 Subject: [PATCH] release 3.9.0 ### Added - `NOTICE` files can now be generated without cached files in a repository (https://github.com/github/licensed/pull/572) --- CHANGELOG.md | 8 +++++++- lib/licensed/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82674db4..19844d1d 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] +## 3.9.0 + +### Added + +- `NOTICE` files can now be generated without cached files in a repository (https://github.com/github/licensed/pull/572) + ## 3.8.0 ### Added @@ -649,4 +655,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/3.8.0...HEAD +[Unreleased]: https://github.com/github/licensed/compare/3.9.0...HEAD diff --git a/lib/licensed/version.rb b/lib/licensed/version.rb index 0e2a9d3f..46cd4bba 100644 --- a/lib/licensed/version.rb +++ b/lib/licensed/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Licensed - VERSION = "3.8.0".freeze + VERSION = "3.9.0".freeze def self.previous_major_versions major_version = Gem::Version.new(Licensed::VERSION).segments.first