Skip to content
This repository was archived by the owner on Feb 13, 2020. It is now read-only.

Commit 40df1bd

Browse files
committed
Preparing for release 3.7.1
1 parent 14c73a1 commit 40df1bd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22
## 3.7
3+
### 3.7.1
4+
Added `chromedriver-version` to whitelist
5+
Added `suppress_session_quit_failures` to Config. Will prevent test cleanup from
6+
throwing objections when a Sauce session is already closed.
7+
38
### 3.7.0
49
Skipped 3.6 b/c there were existing tags?
510
Ability to skip WebMock in Rake task (Thanks @drewbailey)

lib/sauce/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Sauce
22
MAJOR_VERSION = '3.7'
3-
PATCH_VERSION = '0'
3+
PATCH_VERSION = '1'
44

55
def version
66
"#{MAJOR_VERSION}.#{PATCH_VERSION}"

0 commit comments

Comments
 (0)