Skip to content

Commit

Permalink
Prepare for 0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Apr 20, 2022
1 parent b9b6425 commit af05931
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 0.8.4 (2022-04-20)
--------------------------
Bump postgresql driver to 42.3.4 (#101)
Bump slf4j-simple to 1.7.36 (#100)
Bump swagger-ui to 4.10.3 (#99)
Bump http4s to 0.21.33 (#97)
Bump doobie to 0.13.4 (#98)
Bump jackson-databind to 2.12.6.1 (#96)
Disallow credentials in CORS requests (#103)

Version 0.8.3 (2022-04-13)
--------------------------
Allow setup to be executed multiple times without failure (#94)
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.3}
image: snowplow/iglu-server:${IGLU_VERSION:-0.8.4}
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 af05931

Please sign in to comment.