Skip to content

Commit 6f7a17f

Browse files
author
Mike Foley
committed
Bump version to 3.0.1
1 parent 4b1b77f commit 6f7a17f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

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

3-
### master
4-
- N/A
3+
### v3.0.1 (2015-09-21)
4+
- Allow granular configuration overrides
55

6-
### v3.0.0 (2015-09-18)
6+
## v3.0.0 (2015-09-18)
77
- Rename SummaryPeriod validator to SubjectPeriod (can break existing config files)
88
- Add CapitalizeSubject validator
99

@@ -19,7 +19,7 @@
1919
### v2.1.0 (2015-08-29)
2020
- Add `fit-commit uninstall` command
2121

22-
### v2.0.0 (2015-08-27)
22+
## v2.0.0 (2015-08-27)
2323
- Breaking changes made to Git hook. If upgrading from an older version you'll need to re-run `fit-commit install` in your repos.
2424

2525
### v1.1.0 (2015-08-26)

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.0.0"
2+
VERSION = "3.0.1"
33
end

0 commit comments

Comments
 (0)