diff --git a/CHANGES.md b/CHANGES.md index fd52be1..92b33be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.0.3 (2018-10-14) + * Warning: encode function no longer truncates messages to 1024 bytes by default * split message part into tag and content (#20, by @hannesm) * use result types instead of option (#20, by @hannesm)