release 5.3.3

This commit is contained in:
Athou
2024-10-21 21:53:28 +02:00
parent 689e5c0004
commit a337b01bc7
4 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## [5.3.3]
- Removed image bottom margins (#1587)
## [5.3.2]
- Fixed an issue that could cause some images from not being rendered correctly (#1587)

View File

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

View File

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

View File

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