From 364e40f5d96feeb3d48783fe13aa40ae827bbf30 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 18 Feb 2017 18:28:36 +0100 Subject: [PATCH] Bump to v0.6.2 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- README.md | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8468e7..ddba820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### v0.6.2 (2017-02-18) + +#### Features + +* **all** + * Update uuid crate to 0.4 + * Update env-logger crate to 0.4 + * Update openssl crate to 0.9 + ### v0.6.1 (2016-10-19) #### Features diff --git a/Cargo.toml b/Cargo.toml index 2e9d2f2..6f891c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lettre" -version = "0.6.1" +version = "0.6.2" description = "Email client" readme = "README.md" documentation = "https://lettre.github.io/lettre/" diff --git a/README.md b/README.md index aabf5d0..23e2c04 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Lettre provides the following features: Released versions: * [latest](https://lettre.github.io/lettre/) +* [v0.6.2](https://lettre.github.io/lettre/v0.6.2/lettre/) * [v0.6.1](https://lettre.github.io/lettre/v0.6.1/lettre/) * [v0.6.0](https://lettre.github.io/lettre/v0.6.0/lettre/) * [v0.5.1](https://lettre.github.io/lettre/v0.5.1/lettre/)