Skip to content

Commit

Permalink
Prepare for 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Apr 4, 2023
1 parent a009946 commit 7fef507
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.9.1 (2023-04-05)
--------------------------
Scan Docker images in Snyk Github action (close #131)
Bump sbt-snowplow-release to 0.3.0 (close #132)

Version 0.9.0 (2023-01-12)
--------------------------
Remove the --help default docker command (#107)
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.9.0}
image: snowplow/iglu-server:${IGLU_VERSION:-0.9.1}
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 7fef507

Please sign in to comment.