2.4.0 release

This commit is contained in:
Athou
2017-08-01 13:50:40 +02:00
parent 137eba33c9
commit 2fca6132a0
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
v 2.4.0
- users were not able to change password or delete account
- fix api key generation
- feed entries can now be sorted alphabetically
- fix facebook sharing
- fix layout on iOS
- postgresql driver update (fix for postgres 9.6)
- various internationalization fixes
- security fixes
v 2.3.0
- dropwizard upgrade 0.9.1
- feed enclosures are hidden if they already displayed in the content

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.commafeed</groupId>
<artifactId>commafeed</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>
<name>CommaFeed</name>