diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ae7cc..c0bbe7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [0.1.1] - 2018-07-05 + +### Changed + +- Renamed package name from 'interval' to 'intervals' + ## [0.1.0] - 2018-07-03 + - First release diff --git a/README.md b/README.md index 8e89d87..cb3eeb7 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,13 @@ Output: go run ./example/main.go ``` -This example generates an output image file exposing the data analyzed: +The following image is an example where `lowInclusive` and `highInclusive` are both `true`: ![alt text](./example/out.png) +The next image is another example where `lowInclusive` is `true` but `highInclusive` is `false`: + +![alt text](./example/out2.png) ## References