diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e7f63..a3844f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## master +## 1.0.0 (2019-7-19) + +* Add `--config` option for `find` and `console` [#67](https://github.com/soutaro/querly/pull/67) +* Improve preprocessor performance by processing concurrently [#68](https://github.com/soutaro/querly/pull/68) + ## 0.16.0 (2019-04-23) * Support string literal pattern (@pocke) [#64](https://github.com/soutaro/querly/pull/64) diff --git a/lib/querly/version.rb b/lib/querly/version.rb index 4b63d0c..d762ac4 100644 --- a/lib/querly/version.rb +++ b/lib/querly/version.rb @@ -1,3 +1,3 @@ module Querly - VERSION = "0.16.0" + VERSION = "1.0.0" end