Skip to content

Commit abddce6

Browse files
committed
Bump version to 3.8.0
1 parent c19b431 commit abddce6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### v3.8.0 (2018-08-06)
4+
- Add CapitalizeSubject config option to warn on WIPlikes
5+
6+
### v3.7.0 (2017-01-07)
7+
- Run via Bundler if available
8+
9+
### v3.6.0 (2016-11-18)
10+
- Disable WIP check by default
11+
312
### v3.5.0 (2016-04-05)
413
- All validations are enabled on all branches by default
514

Diff for: lib/fit_commit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FitCommit
2-
VERSION = "3.7.0"
2+
VERSION = "3.8.0"
33
end

0 commit comments

Comments
 (0)