From e5389fa188484a3f0b5c137919ece3f6f55feb83 Mon Sep 17 00:00:00 2001 From: Jason Voegele Date: Fri, 8 Mar 2019 10:53:18 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 500de7a..1f778c0 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.2.0] - 2019-03-08 +### Added +- Add support for match clauses in else block of case_wait. [(Issue #9)](https://github.com/jvoegele/wait_for_it/issues/9) + ## [1.1.1] - 2018-03-03 ### Added - Add idle timeout feature for ConditionVariable.