Skip to content

Commit

Permalink
Prepare for 0.19.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Feb 9, 2024
1 parent 4c00c6e commit 17d2408
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.19.2 (2024-02-09)
---------------------------
Snowplow docker containers should take custom environment variables from an optional file (#398)

Version 0.19.1 (2024-02-09)
---------------------------
Bump Enrich to 3.8.3 (#397)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.1
0.19.2
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.19.1"
version: "0.19.2"
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.19.1</b></li>
<li><b>Snowplow Mini 0.19.2</b></li>
<li>Snowplow Stream Collector NSQ 3.0.0-rc9</li>
<li>Snowplow Stream Enrich NSQ 3.8.3</li>
<li>Snowplow Elasticsearch Loader 2.1.0</li>
Expand Down

0 comments on commit 17d2408

Please sign in to comment.