Skip to content

Commit

Permalink
release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdk committed Aug 23, 2023
1 parent 11a2555 commit 44b4a10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
## latest

## v0.9.0
- 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)

## v0.9.0-beta.7
**Fixes**
- fix escaping of values when handling delta's
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Next, add the mu-search and accompanying elasticsearch service to `docker-compos
```yml
services:
search:
image: semtech/mu-search:0.8.0
image: semtech/mu-search:0.9.0
links:
- db:database
volumes:
Expand Down Expand Up @@ -222,7 +222,7 @@ Next, add the following mounted volumes to the mu-search service in `docker-comp
```yml
services:
search:
image: semtech/mu-search:0.8.0
image: semtech/mu-search:0.9.0
volumes:
- ./config/search:/config
- ./data/files:/data
Expand Down

0 comments on commit 44b4a10

Please sign in to comment.