Skip to content

Commit 7ade392

Browse files
committed
Prepare for 0.23.2 release
1 parent 69304ce commit 7ade392

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Version 0.23.0 (2025-05-23)
1+
Version 0.23.2 (2025-06-11)
2+
---------------------------
3+
Bump Enrich to 5.4.0
4+
5+
Version 0.23.1 (2025-05-23)
26
---------------------------
37
Fix build (#417)
48

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.1
1+
0.23.2

provisioning/resources/configs/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: "Snowplow Mini"
44
description: |
55
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.
6-
version: "0.23.1"
6+
version: "0.23.2"
77
license:
88
name: "Snowplow Limited Use License"
99
url: "https://docs.snowplow.io/limited-use-license-1.1/"

provisioning/resources/ui/js/components/Overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class Overview extends React.Component<{}, {}> {
4949
</ul>
5050
<h3>The software stack installed: </h3>
5151
<ul>
52-
<li><b>Snowplow Mini 0.23.1</b></li>
52+
<li><b>Snowplow Mini 0.23.2</b></li>
5353
<li>Snowplow Collector NSQ 3.4.0</li>
5454
<li>Snowplow Enrich NSQ 5.4.0</li>
5555
<li>Snowplow Elasticsearch Loader 2.1.3</li>

0 commit comments

Comments
 (0)