diff --git a/CHANGELOG.md b/CHANGELOG.md index fe46291..457ffa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.11.1](https://www.github.com/Overmuse/alpaca/compare/v0.11.0...v0.11.1) (2021-11-05) + + +### Bug Fixes + +* update rest-client such that lifetime no longer needed ([e99311d](https://www.github.com/Overmuse/alpaca/commit/e99311d60045ced7d0e3de2925cc6078256f75c6)) + ## [0.11.0](https://www.github.com/Overmuse/alpaca/compare/v0.10.1...v0.11.0) (2021-11-04) diff --git a/Cargo.toml b/Cargo.toml index 0728259..75bd8d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alpaca" -version = "0.11.0" +version = "0.11.1" authors = ["RollenRegistratorBot "] edition = "2018"