diff --git a/CHANGELOG.md b/CHANGELOG.md index a58d5e6..32bacd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -6,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASE] -- Add support for Ruby 3.x ([#16](https://github.com/faberNovel/ad_licenselint/pull/16)) +## [1.3.0] - 2022-09-15 + +### Added + +- Add support for Ruby 3.x ([#16](https://github.com/faberNovel/ad_licenselint/pull/16) by [lucas-giaco](https://github.com/lucas-giaco)) ## [1.3.0] - 2021-09-02 diff --git a/Gemfile.lock b/Gemfile.lock index a3da098..bfd25af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ad_licenselint (1.3.0) + ad_licenselint (1.4.0) cocoapods (~> 1.9) colorize (~> 0.8) terminal-table (~> 1.8) @@ -11,7 +11,7 @@ GEM specs: CFPropertyList (3.0.5) rexml - activesupport (6.1.6.1) + activesupport (6.1.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) diff --git a/ad_licenselint.gemspec b/ad_licenselint.gemspec index e6cdf21..eafd16b 100644 --- a/ad_licenselint.gemspec +++ b/ad_licenselint.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'ad_licenselint' - s.version = '1.3.0' + s.version = '1.4.0' s.executables << 'ad_licenselint' s.date = '2020-08-04' s.summary = "Lint the licenses for iOS projects" diff --git a/fastlane-plugin-ad_licenselint/Gemfile.lock b/fastlane-plugin-ad_licenselint/Gemfile.lock index 0a7cb7b..37f8c26 100644 --- a/fastlane-plugin-ad_licenselint/Gemfile.lock +++ b/fastlane-plugin-ad_licenselint/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: fastlane-plugin-ad_licenselint (1.1.1) - ad_licenselint (~> 1.1) + ad_licenselint (~> 1) GEM remote: https://rubygems.org/ @@ -290,4 +290,4 @@ DEPENDENCIES simplecov BUNDLED WITH - 2.1.4 + 2.3.22