diff --git a/CHANGELOG.md b/CHANGELOG.md index 9331bbc..57c5169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ ## [HEAD][] / unreleased +* No significant changes. + +## [3.8.0][] / 2022-01-23 + * Add support for Rails 7.0. ## [3.7.2][] / 2021-06-22 @@ -203,4 +207,5 @@ [3.7.0]: https://github.com/envylabs/rapporteur/compare/v3.6.4...v3.7.0 [3.7.1]: https://github.com/envylabs/rapporteur/compare/v3.7.0...v3.7.1 [3.7.2]: https://github.com/envylabs/rapporteur/compare/v3.7.1...v3.7.2 -[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.7.2...master +[3.8.0]: https://github.com/envylabs/rapporteur/compare/v3.7.2...v3.8.0 +[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.8.0...master diff --git a/lib/rapporteur/version.rb b/lib/rapporteur/version.rb index de2c3c6..b9c0a51 100644 --- a/lib/rapporteur/version.rb +++ b/lib/rapporteur/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Rapporteur - VERSION = '3.7.2' + VERSION = '3.8.0' end