Skip to content

Commit

Permalink
Release version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed May 20, 2019
1 parent 58feee8 commit 6847c72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.2] - 2019-05-20

### Fixed

+ The previous release unintentionally included a `setup` script meant for
development only in the packaged gem. This has been removed.

## [3.1.1] - 2019-05-13

### Fixed
Expand Down Expand Up @@ -83,6 +90,7 @@
+ New RootRoute constraint.
+ Updated README, with new TravisCI url.

[3.1.2]: https://github.com/thoughtbot/high_voltage/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/thoughtbot/high_voltage/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/thoughtbot/high_voltage/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/thoughtbot/high_voltage/compare/v2.4.0...v3.0.0
Expand Down
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:
high_voltage (3.1.1)
high_voltage (3.1.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/high_voltage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HighVoltage
VERSION = "3.1.1".freeze
VERSION = "3.1.2".freeze
end

0 comments on commit 6847c72

Please sign in to comment.