diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7f2de9c3..b71074d4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,8 +5,10 @@ All notable changes to this project will be documented in this file. ### Added - [ACME v2](APIv2.md) support - Add support for JSON web signature using ECDSA key -- + +## [1.1.4] ### Changed +- Fix error when processing server response without `Content-Type` header - Fix `full-chain-off` option for CLI ## [1.1.3] - 2017-11-23 @@ -39,6 +41,7 @@ All notable changes to this project will be documented in this file. [1.1.1]: https://github.com/fszlin/certes/compare/v1.1.0...v1.1.1 [1.1.2]: https://github.com/fszlin/certes/compare/v1.1.1...v1.1.2 [1.1.3]: https://github.com/fszlin/certes/compare/v1.1.2...v1.1.3 +[1.1.4]: https://github.com/fszlin/certes/compare/v1.1.3...v1.1.4 [2.0.0]: https://github.com/fszlin/certes/compare/v1.1.3...v2.0.0 [i5]: https://github.com/fszlin/certes/issues/5