Skip to content

Commit

Permalink
chore(release): version 2.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 23, 2020
1 parent 42d748f commit 7ed882b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="v2.68.0"></a>
### v2.68.0 (2020-10-23)

#### Features

* use a sequence for the version order on postgres ([da497a76](/../../commit/da497a76))
* only cascade apps for 404s (not 405s) ([4e1b3083](/../../commit/4e1b3083))
* use a sequence for the verification number on postgres ([b8f029ee](/../../commit/b8f029ee))
* optimise query to find latest verification for pact ([db17ef5a](/../../commit/db17ef5a))

<a name="v2.67.0"></a>
### v2.67.0 (2020-10-16)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PactBroker
VERSION = '2.67.0'
VERSION = '2.68.0'
end

0 comments on commit 7ed882b

Please sign in to comment.