Skip to content

Commit 0325cd0

Browse files
committed
chore(release): version 1.16.6
1 parent d9fb8ea commit 0325cd0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="v1.16.6"></a>
2+
### v1.16.6 (2021-01-28)
3+
4+
#### Bug Fixes
5+
6+
* raise Pact::Error not RuntimeError when invalid constructor arguments are supplied to a Pact::Term ([d9fb8ea](/../../commit/d9fb8ea))
7+
* update active support support for Ruby 3.0 ([6c30d42](/../../commit/6c30d42))
8+
19
<a name="v1.16.5"></a>
210
### v1.16.5 (2020-11-25)
311

lib/pact/support/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module Support
3-
VERSION = "1.16.5"
3+
VERSION = "1.16.6"
44
end
55
end

0 commit comments

Comments
 (0)