Skip to content

Commit 6b41c3e

Browse files
committed
Prepare for 0.14.0 release
1 parent 2df6af2 commit 6b41c3e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.14.0 (2024-12-20)
2+
---------------------------
3+
Install sbt in GitHub workflows
4+
15
Version 0.13.1 (2024-09-11)
26
---------------------------
37
Add max JSON depth check to /keygen endpoint

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
POSTGRES_PASSWORD: ${IGLU_DB_PASSWORD:-iglusecret}
2121
iglu-server:
2222
container_name: iglu-server
23-
image: snowplow/iglu-server:${IGLU_VERSION:-0.13.1}
23+
image: snowplow/iglu-server:${IGLU_VERSION:-0.14.0}
2424
command: --config /snowplow/config/config.hocon
2525
environment:
2626
IGLU_SUPER_API_KEY: ${IGLU_SUPER_API_KEY:-5fb4713d-73ad-4163-93a9-2b82f0177c5b}

0 commit comments

Comments
 (0)