Skip to content

Commit

Permalink
Prepare for 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Feb 7, 2022
1 parent 1f001b3 commit 629da76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 0.8.0 (2022-02-07)
--------------------------
Update copyright notices to 2022 (#84)
Bump swagger-ui to 4.2.1 (#82)
Bump iglu-scala-client to 1.1.1 (#81)
Bump iglu-core-circe to 1.0.1 (#80)
Bump schema-ddl to 0.14.4 (#79)
Improve unauthenticated error message on the post schema endpoint (#77)
Schema service should reject invalid schemas (#78)
Graceful shutdown (#83)
Fix api key environment variable in docker-compose file (#76)

Version 0.7.0 (2021-08-03)
--------------------------
Rename to "Super" for api keys (#72)
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.7.0}
image: snowplow/iglu-server:${IGLU_VERSION:-0.8.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 629da76

Please sign in to comment.