diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cde06e..eef6f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ 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] +## [0.17.0] - 2020-02-21 ### Removed -- failure support and "with-failure" feature +- failure support and "with-failure" feature. This ca brake codes but clients simply can use "compat" ## [0.16.0] - 2020-02-05 ### Added diff --git a/Cargo.toml b/Cargo.toml index 29c9212..dc7bc2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-api-problem" -version = "0.16.0" +version = "0.17.0" authors = ["Christian Douven "] description = "A library to create HTTP error response content for APIs based on RFC 7807" repository = "https://github.com/chridou/http-api-problem"