Skip to content

Commit

Permalink
Prepare for 0.8.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Nov 22, 2022
1 parent 7f937c4 commit 46128ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.8.7 (2022-11-22)
--------------------------
Use sbt-snowplow-release and publish distroless version (#115)
Bump jackson-databind to 2.13.4.2 (#112)
Allow to use POST in the webhooks (#117)

Version 0.8.6 (2022-09-29)
--------------------------
Bump postgresql driver to 42.4.1 (#109)
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
POSTGRES_PASSWORD: ${IGLU_DB_PASSWORD:-iglusecret}
iglu-server:
container_name: iglu-server
image: snowplow/iglu-server:${IGLU_VERSION:-0.8.6}
image: snowplow/iglu-server:${IGLU_VERSION:-0.8.7}
command: --config /snowplow/config/config.hocon
environment:
IGLU_SUPER_API_KEY: ${IGLU_SUPER_API_KEY:-5fb4713d-73ad-4163-93a9-2b82f0177c5b}
Expand Down

0 comments on commit 46128ad

Please sign in to comment.