Skip to content

Commit c19bca3

Browse files
committed
chore: prepare release 0.0.4
1 parent 95119b9 commit c19bca3

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.0.4 - 2025-09-21
4+
5+
### Added
6+
- **Seat Row Attribute**: The `ImportSeatDto` DTO and related services now support the new `seatRow` attribute for seat row specification during import.
7+
- **API & Webapp**: The new `seatRow` field is included in the OpenAPI specification and the generated TypeScript types.
8+
9+
### Improved
10+
- **Tests**: Tests for EventLocationService and EventLocationResource have been updated to cover the new `seatRow` attribute.
11+
12+
### Changed
13+
- **Logging**: Info logs for email confirmations and password change notifications have been removed to reduce log verbosity.
14+
315
## 0.0.3 - 2025-09-21
416

517
### Added

RELEASE_NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release 0.0.4
2+
3+
This release extends the seat import functionality with the new `seatRow` attribute and improves test coverage as well as API documentation.
4+
5+
## New Features
6+
7+
- **Seat Row Import**: When importing seats, the seat row (`seatRow`) can now be specified. This makes seat management and assignment easier.
8+
- **API Extension**: The OpenAPI specification and the generated types in the webapp now include the new `seatRow` field.
9+
10+
## Improvements
11+
12+
- **Test Coverage**: Tests for EventLocationService and EventLocationResource have been updated to cover the new functionality.
13+
14+
## Changes
15+
16+
- **Logging**: Reduced log output by removing info logs for email confirmations and password changes.
17+
118
# Release 0.0.3
219

320
This patch release adds important functionality for event location management and improves system compatibility for native image builds.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>de.felixhertweck.seatreservation</groupId>
66
<artifactId>seat-reservation</artifactId>
7-
<version>0.0.3</version>
7+
<version>0.0.4</version>
88

99
<properties>
1010
<compiler-plugin.version>3.14.0</compiler-plugin.version>

webapp/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seat-reservation_webapp",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)