Skip to content

Commit

Permalink
Prepare for 0.20.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Jul 16, 2024
1 parent 467ecc0 commit 5672b42
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.20.1 (2024-07-16)
---------------------------
Add CacheTtl to DataConf struct in iglu_resolver_model (#403)
Bump Go to 1.22 (#403)
Run control-plane-api unit tests in Github Actions (#403)
Increase Iglu resolver's cacheTtl to 600 seconds (#403)

Version 0.20.0 (2024-03-04)
---------------------------
Bump enrich to 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.0
0.20.1
2 changes: 1 addition & 1 deletion provisioning/resources/configs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: "Snowplow Mini"
description: |
Snowplow Mini is a small, single instance version of Snowplow that primarily serves as a development sandbox which gives you a quick way to debug tracker updates and changes to your schema and pipeline configuration.
version: "0.20.0"
version: "0.20.1"
license:
name: "Snowplow Limited Use License"
url: "https://docs.snowplow.io/limited-use-license-1.0/"
Expand Down
2 changes: 1 addition & 1 deletion provisioning/resources/ui/js/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class Overview extends React.Component<{}, {}> {
</ul>
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.20.0</b></li>
<li><b>Snowplow Mini 0.20.1</b></li>
<li>Snowplow Stream Collector NSQ 3.1.2</li>
<li>Snowplow Stream Enrich NSQ 4.1.0</li>
<li>Snowplow Elasticsearch Loader 2.1.0</li>
Expand Down

0 comments on commit 5672b42

Please sign in to comment.