CHANGELOG.md in mayaml-3.0.0 vs CHANGELOG.md in mayaml-3.0.1
- old
+ new
@@ -1,30 +1,35 @@
-=== 3.0.0 (2016.09.07)
+### 3.0.1 (2017.04.06)
+* fix travis integration
+* cleanup
+
+### 3.0.0 (2016.09.07)
+
* add new required arrtibutes: `smtp_protocol`, `smtp_port` and `smtp_authenticator`
* 4 valid account types: `imap`, `pop3`, `imapssl`, `pop3ssl`
-=== 2.0.1 (2016.08.31)
+### 2.0.1 (2016.08.31)
* update tests
-=== 2.0.0 (2016.08.31)
+### 2.0.0 (2016.08.31)
* add new attributes to the mail_account format: `default` and `realname`
* now only `mailboxes` and `default` attributes are optional
* add travis integration
-=== 1.0.3 (2016.06.24)
+### 1.0.3 (2016.06.24)
* fix bin script
-=== 1.0.2 (2016.06.24)
+### 1.0.2 (2016.06.24)
* fix bin path in gemspec
-=== 1.0.1 (2016.06.24)
+### 1.0.1 (2016.06.24)
* fix typos in docs
-=== 1.0.0 (2016.06.24)
+### 1.0.0 (2016.06.24)
* publication of the code