Skip to content

Commit

Permalink
Prepare for 0.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBenny committed Jan 23, 2025
1 parent 2df6af2 commit 6b41c3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.14.0 (2024-12-20)
---------------------------
Install sbt in GitHub workflows

Version 0.13.1 (2024-09-11)
---------------------------
Add max JSON depth check to /keygen endpoint
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.13.1}
image: snowplow/iglu-server:${IGLU_VERSION:-0.14.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 6b41c3e

Please sign in to comment.