Skip to content

Commit cea0e1c

Browse files
committed
Releasing version 1.2.5
1 parent 456ba4b commit cea0e1c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="v1.2.5"></a>
2+
### v1.2.5 (2018-02-16)
3+
4+
#### Bug Fixes
5+
6+
* replace backslashes in pact dir path with forward slashes ([a1b5013](/../../commit/a1b5013))
7+
8+
19
Do this to generate your change history
210

311
git log --pretty=format:' * %h - %s (%an, %ad)'

lib/pact/support/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module Support
3-
VERSION = "1.2.4"
3+
VERSION = "1.2.5"
44
end
55
end

0 commit comments

Comments
 (0)