diff --git a/Cargo.toml b/Cargo.toml index 43c0735..7397574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minigun" -version = "1.7.10" +version = "1.7.11" authors = ["lkadalski "] edition = "2021" license = "MIT" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index cc93a58..a460ead 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.7.11](https://github.com/lkadalski/minigun/compare/v1.7.10...v1.7.11) (2022-07-05) + + +### 🦊 CI/CD + +* **deps:** bump anyhow from 1.0.57 to 1.0.58 ([a304509](https://github.com/lkadalski/minigun/commit/a30450945ae2165be1e450ee4a619a6906624fe5)) +* **deps:** bump async-std from 1.11.0 to 1.12.0 ([aba7bca](https://github.com/lkadalski/minigun/commit/aba7bcae0d62431aa3c96d5c927c6199c6b4c811)) +* **deps:** bump ron from 0.7.0 to 0.7.1 ([d57b7ef](https://github.com/lkadalski/minigun/commit/d57b7ef8669c9e172f7297adfeeb3363c3d7758c)) + ## [1.7.10](https://github.com/lkadalski/minigun/compare/v1.7.9...v1.7.10) (2022-06-01)