Skip to content

Commit 41f4291

Browse files
committed
Bumps version to 8.0.1 and updates CHANGELOG
1 parent d0fb551 commit 41f4291

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 8.0.1
2+
3+
Bugfix release:
4+
5+
- elasticsearch-rails: Fixes [#1082](https://github.com/elastic/elasticsearch-rails/issues/1082) `rake elasticsearch:import:model - ArgumentError: unknown keyword: :type (ArgumentError)`. Thanks @beatjoerg [Pull Request](https://github.com/elastic/elasticsearch-rails/pull/1083).
6+
- elasticsearch-model: Fixes `ArgumentError` when calling `dup` on aggregations. Thanks @rafayqayyum [Pull Request](https://github.com/elastic/elasticsearch-rails/pull/1090).
7+
18
## 8.0.0
29

310
First general availability release for `8.0.0`. Major versions of `8.x` will support Elasticsearch version `8.x` changing the `elasticsearch` dependency's major version: `gem 'elasticsearch', '~> 8'`.

elasticsearch-model/lib/elasticsearch/model/version.rb

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

1818
module Elasticsearch
1919
module Model
20-
VERSION = '8.0.0'.freeze
20+
VERSION = '8.0.1'.freeze
2121
end
2222
end

elasticsearch-persistence/lib/elasticsearch/persistence/version.rb

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

1818
module Elasticsearch
1919
module Persistence
20-
VERSION = '8.0.0'.freeze
20+
VERSION = '8.0.1'.freeze
2121
end
2222
end

elasticsearch-rails/lib/elasticsearch/rails/version.rb

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

1818
module Elasticsearch
1919
module Rails
20-
VERSION = '8.0.0'.freeze
20+
VERSION = '8.0.1'.freeze
2121
end
2222
end

0 commit comments

Comments
 (0)