Skip to content

Commit

Permalink
3.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Jan 2, 2020
1 parent ab23c49 commit 87aed50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

## [HEAD][] / unreleased

* No significant changes.

## [3.7.0][] / 2020-01-02

* Add and test support for Rails 6.0. This also drops explicit testing of Rails
5.0 and 5.1 as they are no longer officially maintained.

Expand Down Expand Up @@ -188,4 +192,5 @@
[3.6.2]: https://github.com/envylabs/rapporteur/compare/v3.6.1...v3.6.2
[3.6.3]: https://github.com/envylabs/rapporteur/compare/v3.6.2...v3.6.3
[3.6.4]: https://github.com/envylabs/rapporteur/compare/v3.6.3...v3.6.4
[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.6.4...master
[3.7.0]: https://github.com/envylabs/rapporteur/compare/v3.6.4...v3.7.0
[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.7.0...master
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rapporteur (3.6.4)
rapporteur (3.7.0)
i18n (>= 0.6, < 2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rapporteur/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rapporteur
VERSION = '3.6.4'
VERSION = '3.7.0'
end

0 comments on commit 87aed50

Please sign in to comment.