diff --git a/CHANGELOG.md b/CHANGELOG.md index 2240606..cc7cae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.1.1 (2016-12-12) + +- **[FIX]** Instrumentation now works correctly with yield expressions. +- **[NEW]** Added command line utility to instrument arbitrary files. + ## 0.1.0 (2016-12-07) - Initial release