Skip to content

Commit

Permalink
Releasing version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 20, 2015
1 parent ddc8c1a commit 9c85826
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Do this to generate your change history

git log --pretty=format:' * %h - %s (%an, %ad)'
git log --pretty=format:' * %h - %s (%an, %ad)' vX.Y.Z..HEAD

### 0.5.0 (20 Mar 2015)

* ddc8c1a - Upgrade pact-support to ~>0.4.0 (Beth Skurrie, Fri Mar 20 14:53:00 2015 +1100)

### 0.4.2 (3 Mar 2015)

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

0 comments on commit 9c85826

Please sign in to comment.