Skip to content

Commit

Permalink
Prepare for 0.22.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jan 7, 2025
1 parent 8bd15f7 commit 2ef5755
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.22.0 (2025-01-07)
---------------------------
Change SLULA license from 1.0 to 1.1
Upgrade components
Use docker compose v2

Version 0.21.1 (2024-09-06)
---------------------------
Use `.kibana` as opensearch dashboards index
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.1
0.22.0
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.21.1"
version: "0.22.0"
license:
name: "Snowplow Limited Use License"
url: "https://docs.snowplow.io/limited-use-license-1.1/"
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.21.1</b></li>
<li><b>Snowplow Mini 0.22.0</b></li>
<li>Snowplow Collector NSQ 3.3.0</li>
<li>Snowplow Enrich NSQ 5.2.0</li>
<li>Snowplow Elasticsearch Loader 2.1.2</li>
Expand Down

0 comments on commit 2ef5755

Please sign in to comment.