diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e21d5..de27ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/). -## 0.5.0 (Unreleased) +## main + +## 0.5.0 FEATURES: diff --git a/Cargo.toml b/Cargo.toml index 304e429..172096c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnsimple" -version = "0.4.0" +version = "0.5.0" authors = ["Enrique Comba Riepenhausen ", "Amelia Aronsohn "] edition = "2021" description = "The DNSimple API client for Rust."