Skip to content

Commit 623aa3f

Browse files
author
Mike Foley
committed
Bump version to 3.0.0
1 parent 3a8b38e commit 623aa3f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
### master
44
- N/A
55

6+
### v3.0.0 (2015-09-18)
7+
- Rename SummaryPeriod validator to SubjectPeriod (can break existing config files)
8+
- Add CapitalizeSubject validator
9+
610
### v2.2.2 (2015-09-11)
711
- Fix bug where it wasn't working on the first commit of a repo.
812

lib/fit_commit/version.rb

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

0 commit comments

Comments
 (0)