diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ec45c..1eeb64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.1.1 (2019/8/17) +* [#89](https://github.com/renderedtext/render_async/pull/89): Bump version to 2.1.2 - [@nikolalsvk](https://github.com/nikolalsvk). +* [#82](https://github.com/renderedtext/render_async/pull/88): When toggle true, do not fire `_renderAsyncFunc` on `turbolinks:load` - [@ThanhKhoaIT](https://github.com/ThanhKhoaIT). + ### 2.1.1 (2019/8/17) * [#85](https://github.com/renderedtext/render_async/pull/85): Rename main JS function and support toggle feature with other features - [@nikolalsvk](https://github.com/nikolalsvk). * [#82](https://github.com/renderedtext/render_async/pull/82): Add toggle selector and event to render - [@ThanhKhoaIT](https://github.com/ThanhKhoaIT). diff --git a/lib/render_async/version.rb b/lib/render_async/version.rb index 77c9134..18289fe 100644 --- a/lib/render_async/version.rb +++ b/lib/render_async/version.rb @@ -1,3 +1,3 @@ module RenderAsync - VERSION = "2.1.1".freeze + VERSION = "2.1.2".freeze end