Skip to content

Commit

Permalink
chore(release): version 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 15, 2018
1 parent a5e45a2 commit 8a0a73f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v1.23.0"></a>
### v1.23.0 (2018-04-16)


#### Features

* allow --out FILE to be specified for the output from pact verify ([ca19aa8](/../../commit/ca19aa8))


#### Bug Fixes

* URL escape file paths in index of generated markdown ([6af19d5](/../../commit/6af19d5))


<a name="v1.22.2"></a>
### v1.22.2 (2018-03-24)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
VERSION = "1.22.2"
VERSION = "1.23.0"
end

0 comments on commit 8a0a73f

Please sign in to comment.