Skip to content

Commit 6847c72

Browse files
committed
Release version 3.1.2
1 parent 58feee8 commit 6847c72

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.2] - 2019-05-20
4+
5+
### Fixed
6+
7+
+ The previous release unintentionally included a `setup` script meant for
8+
development only in the packaged gem. This has been removed.
9+
310
## [3.1.1] - 2019-05-13
411

512
### Fixed
@@ -83,6 +90,7 @@
8390
+ New RootRoute constraint.
8491
+ Updated README, with new TravisCI url.
8592

93+
[3.1.2]: https://github.com/thoughtbot/high_voltage/compare/v3.1.1...v3.1.2
8694
[3.1.1]: https://github.com/thoughtbot/high_voltage/compare/v3.1.0...v3.1.1
8795
[3.1.0]: https://github.com/thoughtbot/high_voltage/compare/v3.0.0...v3.1.0
8896
[3.0.0]: https://github.com/thoughtbot/high_voltage/compare/v2.4.0...v3.0.0

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
high_voltage (3.1.1)
4+
high_voltage (3.1.2)
55

66
GEM
77
remote: https://rubygems.org/

lib/high_voltage/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module HighVoltage
2-
VERSION = "3.1.1".freeze
2+
VERSION = "3.1.2".freeze
33
end

0 commit comments

Comments
 (0)