File tree 6 files changed +11
-6
lines changed
elasticsearch-api/lib/elasticsearch/api
elasticsearch-transport/lib/elasticsearch/transport
elasticsearch-xpack/lib/elasticsearch/xpack
6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 7.9.0.pre
2
+
3
+ * Support for Elasticsearch version 7.9
4
+ * This is a pre-release, full Changelog details will be published with the final release of 7.9.0
5
+
1
6
## 7.8.0
2
7
3
8
### Client
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module API
20
- VERSION = "7.x-SNAPSHOT "
20
+ VERSION = "7.9.0.pre "
21
21
end
22
22
end
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module Transport
20
- VERSION = "7.x-SNAPSHOT "
20
+ VERSION = "7.9.0.pre "
21
21
end
22
22
end
Original file line number Diff line number Diff line change 17
17
18
18
module Elasticsearch
19
19
module XPack
20
- VERSION = "7.x-SNAPSHOT "
20
+ VERSION = "7.9.0.pre "
21
21
end
22
22
end
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ Gem::Specification.new do |s|
45
45
46
46
s . required_ruby_version = '>= 2.4'
47
47
48
- s . add_dependency 'elasticsearch-transport' , '7.x-SNAPSHOT '
49
- s . add_dependency 'elasticsearch-api' , '7.x-SNAPSHOT '
48
+ s . add_dependency 'elasticsearch-transport' , '7.9.0.pre '
49
+ s . add_dependency 'elasticsearch-api' , '7.9.0.pre '
50
50
51
51
s . add_development_dependency 'bundler'
52
52
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
module Elasticsearch
19
- VERSION = "7.x-SNAPSHOT "
19
+ VERSION = "7.9.0.pre "
20
20
end
You can’t perform that action at this time.
0 commit comments