Skip to content

Commit 988a59d

Browse files
committed
Release 6.8.1
1 parent ce0b297 commit 988a59d

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 6.8.1
2+
3+
* Lock the version of Faraday: Faraday 1.0 was released with breaking changes. Thank you @taylorthurlow :+1: (#752)
4+
* Add support for Ruby 2.7
5+
* 6.x releases are now tested in the latests Ruby versions: 2.4.9, 2.5.7, 2.6.5 and 2.7.0
6+
* Fix bad range value error
7+
8+
## 6.8.0
9+
10+
* Supports Elasticsearch 6 up to v6.8.0
11+
112
## 6.3.1
213

314
### API
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module API
3-
VERSION = "6.8.0"
3+
VERSION = '6.8.1'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module Transport
3-
VERSION = "6.8.0"
3+
VERSION = '6.8.1'
44
end
55
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elasticsearch
22
module XPack
3-
VERSION = "6.8.0"
3+
VERSION = '6.8.1'
44
end
55
end

elasticsearch/elasticsearch.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Gem::Specification.new do |s|
2222

2323
s.required_ruby_version = '>= 1.9'
2424

25-
s.add_dependency "elasticsearch-transport", '6.8.0'
26-
s.add_dependency "elasticsearch-api", '6.8.0'
25+
s.add_dependency "elasticsearch-transport", '6.8.1'
26+
s.add_dependency "elasticsearch-api", '6.8.1'
2727

2828
s.add_development_dependency "bundler"
2929

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Elasticsearch
2-
VERSION = "6.8.0"
2+
VERSION = '6.8.1'
33
end

0 commit comments

Comments
 (0)