From 99fba289ac9cc583156b9dec71c131833094c670 Mon Sep 17 00:00:00 2001 From: Jan Schulte Date: Sun, 16 Sep 2018 18:51:22 +0000 Subject: [PATCH] Bump version to 2.2.0 --- Cargo.toml | 2 +- Changelog.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10ec578..f306664 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "os_type" -version = "2.1.1" +version = "2.2.0" authors = ["Jan Schulte "] license = "MIT" description = "Detect the operating system type" diff --git a/Changelog.md b/Changelog.md index e7aaabc..f05c63c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,13 @@ + +## v2.2.0 (2018-09-16) + + +#### Features + +* add support for Manjaro Linux ([a4fddb88](a4fddb88)) + + + ## v2.1.1 (2018-09-16)