Skip to content

Commit

Permalink
Prepare for 0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Apr 17, 2023
1 parent 062c861 commit ad1d603
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Version 0.10.0 (2023-04-18)
--------------------------
Make it possible to get and set superseding schema info (#129)
Bump sbt-snowplow-release to 0.3.1 (#133)

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)
Scan Docker images in Snyk Github action (#131)
Bump sbt-snowplow-release to 0.3.0 (#132)

Version 0.9.0 (2023-01-12)
--------------------------
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.1}
image: snowplow/iglu-server:${IGLU_VERSION:-0.10.0}
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 ad1d603

Please sign in to comment.