Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Nov 5, 2022
1 parent 28fc479 commit 6d5eb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ The `minio` container stores photos/images for the recipes. It could be replaced

### v1.2.0

Update RecipeSage image to v2.9.0 and ElasticSearch image to v8.4.3.
Update RecipeSage image to v2.9.0, ElasticSearch image to v8.4.3, and Browserless to 1.53.0.

**Upgrade note:** You must first upgrade your elasticsearch container image to 7.17.
**Upgrade note:** You must first upgrade your elasticsearch container image to v7.17 before upgrading to this new version.

### v1.1.1

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
- postgresdata:/var/lib/postgresql/data
restart: unless-stopped
browserless:
image: browserless/chrome:1.28.0-chrome-stable
image: browserless/chrome:1.53.0-chrome-stable
environment:
- MAX_CONCURRENT_SESSIONS=3
- MAX_QUEUE_LENGTH=10
Expand Down

0 comments on commit 6d5eb1e

Please sign in to comment.