Skip to content

Commit

Permalink
chore(release): version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 29, 2017
1 parent 80bbdcc commit 98aca2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Do this to generate your change history

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

### 1.2.4 (2017-10-30)
* 80bbdcc - fix: remove unused dependency on rack-test (Beth Skurrie, Mon Oct 30 09:52:22 2017 +1100)

### 1.2.3 (2017-10-30)
* 68be738 - fix: diff message when actual 'array like' is too long (Beth Skurrie, Mon Oct 30 09:28:20 2017 +1100)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/support/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module Support
VERSION = "1.2.3"
VERSION = "1.2.4"
end
end

0 comments on commit 98aca2f

Please sign in to comment.