diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a77ca7a..00427c83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,19 @@
Changelog for Redmine DMSF
==========================
-3.0.4 *????-??-??*
+3.0.4 *2022-08-19*
-------------------
+ Version macro extension
+
+* Bug: #1392 - Issue #1388 patch
+* Bug: #1391 - Fix plugin name redmine_checklists
+* New: #1390 - Version of revision in wiki
+* Bug: #1388 - Custom field in DMS Columns
+* Bug: #1387 - Error in bundle with plugin custom table
+* Bug: #1385 - Wrong version when uploading a document via WebDAV
+* Bug: #1384 - Checksum is always the same via WebDAV type: bug
+
3.0.3 *2022-07-19*
-------------------
diff --git a/README.md b/README.md
index ced5129c..9b27bbb9 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,19 @@
Redmine DMSF Plugin
===================
-The current version of Redmine DMSF is **3.0.4 devel**
+The current version of Redmine DMSF is **3.0.4**
-[](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/devel/latest)
+[](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/master/latest)
[](https://github.com/support-ukraine/support-ukraine)
Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module.
-Redmine DMSF now comes bundled with Webdav functionality: if switched on within plugin settings this will be accessible from /dmsf/webdav.
+Redmine DMSF now comes bundled with WebDAV functionality: if switched on within plugin settings this will be accessible from _/dmsf/webdav_.
-Webdav functionality is provided through Dav4rack library.
+WebDAV functionality is provided through Dav4Rack library.
-Initial development was for Kontron AG R&D department and it is released as open source thanks to their generosity.
-Project home:
+The development is supported by [Kontron](https://www.kontron.com) and has been released as open source thanks to their generosity.
+Project home:
Redmine Document Management System "Features" plugin is distributed under GNU General Public License v2 (GPL).
Redmine is a flexible project management web application, released under the terms of the GNU General Public License v2 (GPL) at
@@ -33,7 +33,7 @@ Features
* Document access auditing
* Integration with Redmine's activity feed
* Wiki macros for quick content linking
- * Full read/write webdav functionality
+ * Full read/write WebDAV functionality
* Optional document content full-text search
* Documents and folders' symbolic links
* Trash bin
diff --git a/init.rb b/init.rb
index 683bf999..fe18ee5c 100644
--- a/init.rb
+++ b/init.rb
@@ -27,7 +27,7 @@ Redmine::Plugin.register :redmine_dmsf do
author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors'
author 'Vít Jonáš / Daniel Munn / Karel Pičman'
description 'Document Management System Features'
- version '3.0.4 devel'
+ version '3.0.4'
requires_redmine version_or_higher: '4.2.0'