Skip to content

Commit c83dacf

Browse files
committed
unify formatting
1 parent 6c6e55b commit c83dacf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ All notable changes to `laravel-elastica-bridge` will be documented in this file
66

77
- When blue/green indices are enabled and an index with the base name (i.e. without the blue/green suffix) exists, that index is deleted automatically to ensure indexing works as expected
88

9-
## 1.4.0 - 2022-06-24
9+
## v1.4.0 - 2022-06-24
1010

1111
- Update underlying skeleton (#3)
1212
- Indexing lock (#4)
1313

14-
## 1.3.0 - 2022-02-26
14+
## v1.3.0 - 2022-02-26
1515

1616
- Added support for Laravel 9 (#2)
1717

18-
## 1.2.0 - 2021-06-05
18+
## v1.2.0 - 2021-06-05
1919

2020
- Listen to model events and propagate changes to Elasticsearch (#1)
2121
- More tests
2222

23-
## 1.1.0 - 2021-05-16
23+
## v1.1.0 - 2021-05-16
2424

2525
- Provide default implementation for `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::toElasticsearch()` in `ElasticsearchableTrait`
2626
- Provide default implementation for `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::shouldIndex()` in `ElasticsearchableTrait`
2727
- Remove unused method `Limenet\LaravelElasticaBridge\Model\ElasticsearchableInterface::getModel()`
2828
- Added tests
2929
- Rename `elasticsearch:index` to `elastica-bridge:index` for consistency with package name and `elastica-bridge:status`
3030

31-
## 1.0.0 - 2021-05-09
31+
## v1.0.0 - 2021-05-09
3232

3333
- Initial release

0 commit comments

Comments
 (0)