Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fszlin committed Aug 17, 2017
1 parent 9cd2016 commit 91e335b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.8.{build}
version: 1.1.0.{build}
build:
verbosity: minimal
project: Certes.sln
Expand Down
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 91e335b

Please sign in to comment.