Skip to content

Commit

Permalink
Release 3.8.4
Browse files Browse the repository at this point in the history
* [Fix] Fix issue with dmarc reports
  • Loading branch information
vstakhov committed Feb 26, 2024
1 parent e21acf5 commit 93fa4f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR)

SET(RSPAMD_VERSION_MAJOR 3)
SET(RSPAMD_VERSION_MINOR 8)
SET(RSPAMD_VERSION_PATCH 3)
SET(RSPAMD_VERSION_PATCH 4)

# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.8.4: 26 Feb 2024
* [Fix] Fix issue with dmarc reports

3.8.3: 22 Feb 2024
* [Fix] Fix issue with history redis

Expand Down

0 comments on commit 93fa4f6

Please sign in to comment.