diff --git a/CHANGELOG.md b/CHANGELOG.md index ef08fe70..870af1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 6.2.0 + Features: - Add Google Tag Manager [#326](https://github.com/platanus/potassium/pull/326) - Update rubocop and rubocop-rspec for potassium and generated projects [#337](https://github.com/platanus/potassium/pull/337) diff --git a/lib/potassium/version.rb b/lib/potassium/version.rb index 206a4ca2..969d4743 100644 --- a/lib/potassium/version.rb +++ b/lib/potassium/version.rb @@ -1,5 +1,5 @@ module Potassium - VERSION = "6.1.0" + VERSION = "6.2.0" RUBY_VERSION = "2.7.0" RAILS_VERSION = "~> 6.0.2" RUBOCOP_VERSION = "~> 1.9"