Skip to content

Commit 9f388e8

Browse files
committed
Bumps version for 6.8.3 release
1 parent fc74631 commit 9f388e8

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.8.3
2+
3+
### Client
4+
5+
* Adds Typhoeus 1.4, now compatible with Faraday 1.0
6+
* Converts all argument keys to symbol in Client initializer
7+
* Adds the `X-Elastic-Client-Meta` HTTP header which is used by Elastic Cloud and can be disabled with the `enable_meta_header` parameter set to `false``.
8+
19
## 6.8.2
210

311
### Client

elasticsearch-api/lib/elasticsearch/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
module Elasticsearch
66
module API
7-
VERSION = '6.8.2'
7+
VERSION = '6.8.3'
88
end
99
end

elasticsearch-transport/lib/elasticsearch/transport/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
module Elasticsearch
66
module Transport
7-
VERSION = '6.8.2'
7+
VERSION = '6.8.3'
88
end
99
end

elasticsearch-xpack/lib/elasticsearch/xpack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
module Elasticsearch
66
module XPack
7-
VERSION = '6.8.2'
7+
VERSION = '6.8.3'
88
end
99
end

elasticsearch/elasticsearch.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Gem::Specification.new do |s|
2626
s.rdoc_options = ['--charset=UTF-8']
2727

2828
s.required_ruby_version = '>= 2.4'
29-
s.add_dependency 'elasticsearch-api', '6.8.2'
30-
s.add_dependency 'elasticsearch-transport', '6.8.2'
29+
s.add_dependency 'elasticsearch-api', '6.8.3'
30+
s.add_dependency 'elasticsearch-transport', '6.8.3'
3131

3232
s.add_development_dependency 'ansi'
3333
s.add_development_dependency 'bundler'

elasticsearch/lib/elasticsearch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# See the LICENSE file in the project root for more information
44

55
module Elasticsearch
6-
VERSION = '6.8.2'
6+
VERSION = '6.8.3'
77
end

0 commit comments

Comments
 (0)