diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb4ed5..5e94ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.0] - 2023-02-21 + +### Bug Fixes + +- [**breaking**] Fix OS and host detection on macOS + +### Miscellaneous + +- Update dependencies + ## [1.0.0] - 2023-02-19 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index a862ccf..7e79bc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["pfetch-extractor"] [package] name = "pfetch" -version = "1.0.0" +version = "2.0.0" edition = "2021" authors = ["Gobidev"] description = "A rewrite of the pfetch system information tool"