diff --git a/CHANGELOG.md b/CHANGELOG.md index 16de07ee..96dab4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.19.0 +------ - Added `ApiInfo::from_parts` constructor - Adjusted `Client::issue` to accept request input via reference - Introduced `ConversionError` type diff --git a/Cargo.toml b/Cargo.toml index 0e3e0780..e807f890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.18.0" +version = "0.19.0" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"