diff --git a/CHANGELOG.md b/CHANGELOG.md index 124eec5..2b17125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.0.0] - 2019-11-23 ### Added - API for loading the HTTP response body through an iterator, allowing for processing of the data during the download. diff --git a/Cargo.toml b/Cargo.toml index df4af36..62b7a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minreq" -version = "2.0.0-alpha.2" +version = "2.0.0" authors = ["Jens Pitkanen "] description = "Simple, minimal-dependency HTTP client" documentation = "https://docs.rs/minreq"