diff --git a/CHANGELOG b/CHANGELOG index 1a915fae..730ea4c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/VERSION b/VERSION index 5a03fb73..847e9aef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.0 +0.20.1 diff --git a/provisioning/resources/configs/openapi.yaml b/provisioning/resources/configs/openapi.yaml index 6f0e69be..559b0aa4 100644 --- a/provisioning/resources/configs/openapi.yaml +++ b/provisioning/resources/configs/openapi.yaml @@ -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/" diff --git a/provisioning/resources/ui/js/components/Overview.tsx b/provisioning/resources/ui/js/components/Overview.tsx index 3c688cc8..6eca6108 100644 --- a/provisioning/resources/ui/js/components/Overview.tsx +++ b/provisioning/resources/ui/js/components/Overview.tsx @@ -49,7 +49,7 @@ export class Overview extends React.Component<{}, {}> {

The software stack installed: