diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b26134bf..67afc4617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +### v2.16.1 (2018-03-08) + + +#### Features + +* turn off sinatra show_exceptions when rack_env is production ([e961afe](/../../commit/e961afe)) +* add error testing endpoints ([4e01407](/../../commit/4e01407)) + + ### v2.16.0 (2018-03-05) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index 9df1dfc6d..5273d7124 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.16.0' + VERSION = '2.16.1' end