Skip to content

Commit 16ad9c9

Browse files
committed
prep changelog
1 parent 22ade76 commit 16ad9c9

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22

33
All notable changes to `laravel-elastica-bridge` will be documented in this file.
44

5+
## 1.2.0 - 2021-06-05
6+
7+
- Listen to model events and propagate changes to Elasticsearch (#1)
8+
- More tests
9+
510
## 1.1.0 - 2021-05-16
611

7-
- provide default implementation for `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::toElasticsearch()` in `ElasticsearchableTrait`
8-
- provide default implementation for `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::shouldIndex()` in `ElasticsearchableTrait`
9-
- remove unused method `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::getModel()`
10-
- added tests
11-
- rename `elasticsearch:index` to `elastica-bridge:index` for consistency with package name and `elastica-bridge:status`
12+
- Provide default implementation for `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::toElasticsearch()` in `ElasticsearchableTrait`
13+
- Provide default implementation for `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::shouldIndex()` in `ElasticsearchableTrait`
14+
- Remove unused method `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::getModel()`
15+
- Added tests
16+
- Rename `elasticsearch:index` to `elastica-bridge:index` for consistency with package name and `elastica-bridge:status`
1217

1318
## 1.0.0 - 2021-05-09
1419

15-
- initial release
20+
- Initial release

0 commit comments

Comments
 (0)