We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c835f4 commit 5c24395Copy full SHA for 5c24395
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.2.0] - 2024-03-04
11
+
12
### Added
13
14
- build native image workflow for amd64
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.fugerit.java.demo</groupId>
6
<artifactId>fj-daogen-quarkus-demo</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
<properties>
<compiler-plugin.version>3.12.1</compiler-plugin.version>
<maven.compiler.release>21</maven.compiler.release>
0 commit comments