From 67cdb360541a2dee149cd9c0597e6a1f0a28ea78 Mon Sep 17 00:00:00 2001
From: Robin Raymond <robin@robinraymond.de>
Date: Wed, 20 Dec 2017 08:40:58 +0100
Subject: [PATCH] update readme v2.0.4

---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b980f71..52dcc21 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 ## Stable Releases
 
-* [SNM v2.0.3](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.3)
+* [SNM v2.0.4](https://github.com/r-raymond/nixos-mailserver/releases/v2.0.4)
 
 [Latest Release (Candidate)](https://github.com/r-raymond/nixos-mailserver/releases/latest)
 
@@ -46,11 +46,12 @@ D9FE 4119 F082 6F15 93BD  BD36 6162 DBA5 635E A16A
  * Sieves
     - [x] A simple standard script that moves spam
     - [x] Allow user defined sieve scripts
+ * User Aliases
+    - [x] Regular aliases
+    - [x] Catch all aliases
 
 ### In the future
 
-  * User Aliases
-    - [ ] More complete alias support (Differentiate between forwarding addresses and sending aliases)
   * DKIM Signing
     - [ ] Allow a per domain selector
 
@@ -123,7 +124,7 @@ common ones.
 { config, pkgs, ... }:
 {
   imports = [
-    (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.3.tar.gz")
+    (builtins.fetchTarball "https://github.com/r-raymond/nixos-mailserver/archive/v2.0.4.tar.gz")
   ];
 
   mailserver = {