diff --git a/.clog.toml b/.clog.toml index cf68868ae..4e7bd9d0e 100644 --- a/.clog.toml +++ b/.clog.toml @@ -1,5 +1,6 @@ [clog] repository = "https://github.com/Byron/yup-oauth2" +from-latest-tag = true [sections] Improvements = ["imp"] diff --git a/Cargo.toml b/Cargo.toml index 7ff1a5cb2..ddc154bf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "0.4.3" +version = "0.4.4" authors = ["Sebastian Thiel "] repository = "https://github.com/Byron/yup-oauth2" description = "A partial oauth2 implementation, providing the 'device' authorization flow" @@ -12,7 +12,7 @@ license = "MIT" [dependencies] chrono = "*" time = "*" -hyper = "*" +hyper = ">= 0.4.0" log = "*" mime = "*" url = "*" diff --git a/changelog.md b/changelog.md index a230dd0f5..ee75f3c90 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ + +## v0.4.4 (2015-05-08) + + +#### Features + +* **testing** use travis-cargo ([dd711b6e](https://github.com/Byron/yup-oauth2/commit/dd711b6e8065bb699aa244cd6a51f21bdb4e05e9)) + +#### Bug Fixes + +* **hyper** update to hyper v0.4.0 ([7383f5ef](https://github.com/Byron/yup-oauth2/commit/7383f5efb60fabdb797a71cc5288068b3095c294)) + + + ## v0.4.3 (2015-05-02)