Skip to content

Commit

Permalink
release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdk committed Nov 16, 2023
1 parent 99b5c98 commit f3987c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## latest

## v0.9.2
- fix: Support kebab-cased property names with modifiers: previously ':gte:order-date' resulted in ['gte', ['order']] while the expected result is ['gte', ['order-date']]
- change: pin base docker image to semtech/mu-jruby-template:2.13.0

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.9.0
image: semtech/mu-search:0.9.2
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.9.0
image: semtech/mu-search:0.9.2
volumes:
- ./config/search:/config
- ./data/files:/data
Expand Down

0 comments on commit f3987c0

Please sign in to comment.