Skip to content

Commit 70b6230

Browse files
committed
Release 0.8.0
1 parent 4cf4a3a commit 70b6230

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
## v0.8.0
23
## v0.8.0-beta.4
34
**Features**
45
- Allow to specify wildcards and per-field boosts in fields parameter

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Next, add the mu-search and accompanying elasticsearch service to `docker-compos
1515
```yml
1616
services:
1717
search:
18-
image: semtech/mu-search:0.8.0-beta.4
18+
image: semtech/mu-search:0.8.0
1919
links:
2020
- db:database
2121
volumes:
@@ -230,7 +230,7 @@ Next, add the following mounted volumes to the mu-search service in `docker-comp
230230
```yml
231231
services:
232232
search:
233-
image: semtech/mu-search:0.8.0-beta.4
233+
image: semtech/mu-search:0.8.0
234234
volumes:
235235
- ./config/search:/config
236236
- ./data/files:/data

0 commit comments

Comments
 (0)