diff --git a/CHANGELOG.md b/CHANGELOG.md index 598f30a..701707a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/). ## main +## 2.0.0 + - CHANGED: Deprecated `from` and `to` fields in `EmailForward` - CHANGED: Drop support for Rust < 1.83 - CHANGED: Add support for Rust 1.83 diff --git a/Cargo.toml b/Cargo.toml index 999705d..df01c1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnsimple" -version = "1.0.0" +version = "2.0.0" authors = ["DNSimple External Integrations Team "] edition = "2021" description = "The DNSimple API client for Rust."