From 1489bfc5d9ab7e2fe4a8508530c9f6a6e62ffab6 Mon Sep 17 00:00:00 2001 From: Jason Voegele Date: Sat, 3 Mar 2018 10:51:52 -0500 Subject: [PATCH] Update CHANGELOG.md for 1.1.1 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907e0fa..500de7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.1.1] - 2018-03-03 +### Added +- Add idle timeout feature for ConditionVariable. + ## [1.1.0] - 2017-09-02 ### Added - Add support for else clause in case_wait and cond_wait. [(Issue #4)](https://github.com/jvoegele/wait_for_it/issues/4) @@ -22,5 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial release supporting `wait`, `case_wait`, and `cond_wait` with either polling or condition variable signaling. [Unreleased]: https://github.com/jvoegele/wait_for_it/compare/v1.1.0...HEAD +[1.1.1]: https://github.com/jvoegele/wait_for_it/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/jvoegele/wait_for_it/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/jvoegele/wait_for_it/compare/init...v1.0.0