Skip to content

Commit

Permalink
Prepare for 0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Oct 17, 2023
1 parent e8208ec commit 02242ee
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.11.0 (2023-10-18)
--------------------------
Include 'supersedes' field to schema output (close #144)
Make it possible to run tests with both InMemory storage and Postgres (close #143)
Disallow non-sequential version (close #135)

Version 0.10.1 (2023-10-09)
--------------------------
Bump guava to 32.0.0-jre (#142)
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.10.1}
image: snowplow/iglu-server:${IGLU_VERSION:-0.11.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 02242ee

Please sign in to comment.