Skip to content

Commit 76d4b98

Browse files
Merge pull request #16 from Sage/bump_version
Release 2.1.0
2 parents f56226c + 355df31 commit 76d4b98

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.1.0
2+
Ensures that the read timeout is set to either the value of `ENV['CONNECTION_READ_TIMEOUT']` or `5` as a default.
3+
Previously this was being set to the value of `ENV['CONNECTION_OPEN_TIMEOUT']` or `1` as a default.
4+
15
## v2.0.1
26
The settings method when passed multiple times it was replacing the key value instead of building a hash of data within the name / type keys.
37

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ElasticSearchFramework
2-
VERSION = '2.0.1'
2+
VERSION = '2.1.0'
33
end

0 commit comments

Comments
 (0)