release 5.3.4

This commit is contained in:
Athou
2024-10-23 20:01:40 +02:00
parent f3d2808f7d
commit 42015015a5
4 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [5.3.4]
- Added support for Internationalized Domain Names (#1588)
## [5.3.3] ## [5.3.3]
- Removed image bottom margins (#1587) - Removed image bottom margins (#1587)

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.commafeed</groupId> <groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId> <artifactId>commafeed</artifactId>
<version>5.3.3</version> <version>5.3.4</version>
</parent> </parent>
<artifactId>commafeed-client</artifactId> <artifactId>commafeed-client</artifactId>
<name>CommaFeed Client</name> <name>CommaFeed Client</name>

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.commafeed</groupId> <groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId> <artifactId>commafeed</artifactId>
<version>5.3.3</version> <version>5.3.4</version>
</parent> </parent>
<artifactId>commafeed-server</artifactId> <artifactId>commafeed-server</artifactId>
<name>CommaFeed Server</name> <name>CommaFeed Server</name>
@@ -294,7 +294,7 @@
<dependency> <dependency>
<groupId>com.commafeed</groupId> <groupId>com.commafeed</groupId>
<artifactId>commafeed-client</artifactId> <artifactId>commafeed-client</artifactId>
<version>5.3.3</version> <version>5.3.4</version>
</dependency> </dependency>
<!-- compile-time processors --> <!-- compile-time processors -->

View File

@@ -5,7 +5,7 @@
<groupId>com.commafeed</groupId> <groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId> <artifactId>commafeed</artifactId>
<version>5.3.3</version> <version>5.3.4</version>
<name>CommaFeed</name> <name>CommaFeed</name>
<packaging>pom</packaging> <packaging>pom</packaging>