diff --git a/appveyor.yml b/appveyor.yml index 587fe9ab..9b9a36cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.8.{build} +version: 1.1.0.{build} build: verbosity: minimal project: Certes.sln diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2ac63e05..c04ef7f2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [1.1.0] - 2017-08-17 ### Added - Add `Directory` to replace `AcmeDirectory` - Add support for deleting registration @@ -14,6 +16,7 @@ All notable changes to this project will be documented in this file. ### Changed - Fix error when parsing directory resource with *meta* property. ([#5][i5]) -[Unreleased]: https://github.com/fszlin/certes/compare/v1.0.7...HEAD +[Unreleased]: https://github.com/fszlin/certes/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/fszlin/certes/compare/v1.0.7...v1.1.0 [i5]: https://github.com/fszlin/certes/issues/5