Skip to content

Commit

Permalink
3.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Oct 4, 2018
1 parent 2d10c7e commit 702add9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.6.3][] / 2018-10-03

* Ensure the `Rapporteur::ApplicationController` is loaded and utilized.

## [3.6.2][] / 2018-09-11
Expand Down Expand Up @@ -177,4 +181,5 @@
[3.6.0]: https://github.com/envylabs/rapporteur/compare/v3.5.1...v3.6.0
[3.6.1]: https://github.com/envylabs/rapporteur/compare/v3.6.0...v3.6.1
[3.6.2]: https://github.com/envylabs/rapporteur/compare/v3.6.1...v3.6.2
[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.6.2...master
[3.6.3]: https://github.com/envylabs/rapporteur/compare/v3.6.2...v3.6.3
[HEAD]: https://github.com/envylabs/rapporteur/compare/v3.6.3...master
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.2'
VERSION = '3.6.3'
end

0 comments on commit 702add9

Please sign in to comment.