File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ Breaking changes will be documented in this changelog file for each version.
18
18
19
19
# Changelog
20
20
21
- ## Version 1.3.2
21
+
22
+ ## Version 1.3.2 - 2025-02-07
22
23
23
24
* Fix documentation of SQL mapping
24
- *
25
+ * Fix skipping of execution targets with "update" mode
26
+ * Use UTF-8 for pushing metrics to Prometheus
25
27
26
28
27
29
## Version 1.3.1 - 2024-12-19
Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ Breaking changes will be documented in the changelog file for each version.
30
30
The following gives an (incomplete) list of past releases of the last 12 months. This will help you to spot breaking
31
31
changes over time.
32
32
33
+ ### Version 1.3.2 - 2025-02-07
34
+
35
+ * Fix documentation of SQL mapping
36
+ * Fix skipping of execution targets with "update" mode
37
+ * Use UTF-8 for pushing metrics to Prometheus
38
+
39
+
33
40
### Version 1.3.1 - 2024-12-19
34
41
35
42
* github-514: Generated SQL code for views should quote all column names
You can’t perform that action at this time.
0 commit comments