Skip to content

Commit 44b4a10

Browse files
committed
release v0.9.0
1 parent 11a2555 commit 44b4a10

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
## latest
33

4+
## v0.9.0
5+
- fix: Base image bumped to fix runtime warning (see issue [25](https://github.com/mu-semtech/mu-ruby-template/pull/25) on the mu-ruby-template)
6+
47
## v0.9.0-beta.7
58
**Fixes**
69
- fix escaping of values when handling delta's

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
18+
image: semtech/mu-search:0.9.0
1919
links:
2020
- db:database
2121
volumes:
@@ -222,7 +222,7 @@ Next, add the following mounted volumes to the mu-search service in `docker-comp
222222
```yml
223223
services:
224224
search:
225-
image: semtech/mu-search:0.8.0
225+
image: semtech/mu-search:0.9.0
226226
volumes:
227227
- ./config/search:/config
228228
- ./data/files:/data

0 commit comments

Comments
 (0)