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

Commit 21facf1

Browse files
committed
Preparing for release 3.7.0
1 parent 4029097 commit 21facf1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

changelog.markdown

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 3.7
3+
### 3.7.0
4+
Skipped 3.6 b/c there were existing tags?
5+
Ability to skip WebMock in Rake task (Thanks @drewbailey)
6+
Removed deprecated Capybara option (Thanks @Kolajy)
7+
Added tests for Capybara 2.5+ (Thanks @jlok)
8+
29
## 3.5
310
### 3.5.11
411
SAUCE_SKIP_PARALLEL_CHECKS now *only* works when set specifically to a string which downcases to 'true'.

lib/sauce/version.rb

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

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

0 commit comments

Comments
 (0)