We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fb8ea commit 0325cd0Copy full SHA for 0325cd0
CHANGELOG.md
@@ -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
9
<a name="v1.16.5"></a>
10
### v1.16.5 (2020-11-25)
11
lib/pact/support/version.rb
@@ -1,5 +1,5 @@
module Pact
module Support
- VERSION = "1.16.5"
+ VERSION = "1.16.6"
end
0 commit comments