diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ef5bb4..5c702bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 3.8.0 + +* Enable check for flip-flops (#55) +* Enable Layout/FirstArrayElementIndentation (#56) +* Enable Layout/FirstHashElementIndentation (#56) +* Enable Naming/AsciiIdentifiers (#58) +* Enable Naming/FileName (#58) +* Enable Rails/ActionFilter (#59) +* Enable Rails/ScopeArgs (#59) + # 3.7.0 * Turn a load of Cops back on (#52) diff --git a/rubocop-govuk.gemspec b/rubocop-govuk.gemspec index a71fc809..8dbaef5c 100644 --- a/rubocop-govuk.gemspec +++ b/rubocop-govuk.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "rubocop-govuk" - spec.version = "3.7.0" + spec.version = "3.8.0" spec.authors = ["Government Digital Service"] spec.email = ["govuk-dev@digital.cabinet-office.gov.uk"]