Skip to content

Commit

Permalink
Prepare for 0.8.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Sep 28, 2022
1 parent 50ea623 commit c7887f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.8.6 (2022-09-29)
--------------------------
Bump postgresql driver to 42.4.1 (#109)
Bump snakeyaml to 1.31 (#109)

Version 0.8.5 (2022-04-27)
--------------------------
Bump Schema Ddl to 0.14.5 (#105)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ limitations under the License.
[roadmap-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/roadmap.png
[contributing-image]: https://d3i6fms1cm1j0i.cloudfront.net/github/images/contributing.png

[techdocs]: https://docs.snowplowanalytics.com/docs/pipeline-components-and-applications/iglu/
[setup]: https://docs.snowplowanalytics.com/docs/pipeline-components-and-applications/iglu/setting-up-iglu/step-2-setup-an-iglu-repository/2-4-iglu-server/
[techdocs]: https://docs.snowplow.io/docs/pipeline-components-and-applications/iglu/
[setup]: https://docs.snowplow.io/docs/pipeline-components-and-applications/iglu/iglu-repositories/iglu-server/setup/
[roadmap]: https://github.com/snowplow/snowplow/projects/7
[contributing]: https://docs.snowplowanalytics.com/docs/contributing/
[contributing]: https://docs.snowplow.io/docs/contributing/

[license]: http://www.apache.org/licenses/LICENSE-2.0

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.8.5}
image: snowplow/iglu-server:${IGLU_VERSION:-0.8.6}
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 c7887f1

Please sign in to comment.