Skip to content

Commit 5e2fe69

Browse files
authored
Merge pull request #80 from com-pas/release-please--branches--main
chore(main): release 0.3.2
2 parents 32af3bb + 50e4c4e commit 5e2fe69

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Changelog
2+
3+
## [0.3.2](https://github.com/com-pas/compas-sitipe-service/compare/0.3.1...v0.3.2) (2026-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* delete broken workflow ([93ae221](https://github.com/com-pas/compas-sitipe-service/commit/93ae2218eda5679208b2cb9e38c93225ba8c99f8))
9+
* sign images with Cosign ([5fe1c1a](https://github.com/com-pas/compas-sitipe-service/commit/5fe1c1a5cd97d3fdbda01623208f0aca89131d03))
10+
11+
12+
### Documentation
13+
14+
* add changelog ([bbf4d17](https://github.com/com-pas/compas-sitipe-service/commit/bbf4d1763b42c1439c8340e90247645ba217a3c9))
15+
* creation of security policy ([63a9766](https://github.com/com-pas/compas-sitipe-service/commit/63a97660e54679bf9c94b23b7896917ab81e1d99))
16+
117
<!--
218
SPDX-FileCopyrightText: 2023 Alliander N.V.
319

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<parent>
1010
<groupId>org.lfenergy.compas.sitipe</groupId>
1111
<artifactId>compas-sitipe-service</artifactId>
12-
<version>0.3.2-SNAPSHOT</version>
12+
<version>0.3.2</version>
1313
</parent>
1414

1515
<artifactId>app</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.lfenergy.compas.sitipe</groupId>
1010
<artifactId>compas-sitipe-service</artifactId>
11-
<version>0.3.2-SNAPSHOT</version>
11+
<version>0.3.2</version>
1212
<packaging>pom</packaging>
1313

1414
<properties>

repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<parent>
1010
<groupId>org.lfenergy.compas.sitipe</groupId>
1111
<artifactId>compas-sitipe-service</artifactId>
12-
<version>0.3.2-SNAPSHOT</version>
12+
<version>0.3.2</version>
1313
</parent>
1414

1515
<artifactId>repository</artifactId>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
99
<parent>
1010
<groupId>org.lfenergy.compas.sitipe</groupId>
1111
<artifactId>compas-sitipe-service</artifactId>
12-
<version>0.3.2-SNAPSHOT</version>
12+
<version>0.3.2</version>
1313
</parent>
1414

1515
<artifactId>service</artifactId>

0 commit comments

Comments
 (0)