We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab997c5 commit f3d4f7cCopy full SHA for f3d4f7c
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+<a name="v1.9.0"></a>
2
+### v1.9.0 (2019-02-22)
3
+
4
5
+#### Features
6
7
+* allow bearer token to be used to retrieve a pact ([ab997c5](/../../commit/ab997c5))
8
9
10
<a name="v1.8.1"></a>
11
### v1.8.1 (2018-11-15)
12
lib/pact/support/version.rb
@@ -1,5 +1,5 @@
module Pact
module Support
- VERSION = "1.8.1"
+ VERSION = "1.9.0"
end
0 commit comments