From daba2510db961aafa38105788ba238af6bc32303 Mon Sep 17 00:00:00 2001 From: marcus-bornman Date: Tue, 22 Oct 2024 09:52:22 +0200 Subject: [PATCH] fix(0.2.2): issue #49 (null pointer exception with optional @OneToOne relationships). --- CHANGELOG.md | 3 +++ pom.xml | 2 +- src/main/resources/templates/snapadmin/model/create.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ed3f7..7cfde7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +**0.2.2** +- Fixed #49 + **0.2.1** - Fixed #40 - Changed license from GPL v3 to MIT diff --git a/pom.xml b/pom.xml index 26385b5..3ca5499 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ tech.ailef snap-admin - 0.2.1 + 0.2.2 SnapAdmin SnapAdmin is an auto-generated CRUD admin panel for Spring Boot/JPA apps diff --git a/src/main/resources/templates/snapadmin/model/create.html b/src/main/resources/templates/snapadmin/model/create.html index e9f6b1e..aa09675 100644 --- a/src/main/resources/templates/snapadmin/model/create.html +++ b/src/main/resources/templates/snapadmin/model/create.html @@ -43,7 +43,7 @@