CHANGELOG.md in react_on_rails-11.1.6 vs CHANGELOG.md in react_on_rails-11.1.7

- old
+ new

@@ -14,10 +14,13 @@ ## [Unreleased] Changes since last non-beta release. *Please add entries here for your pull requests that are not yet released.* +### [11.1.7] - 2018-10-10 +#### Fixed +- Fixed bug where intl parsing would fail when trying to parse integers or blank entries. by [sepehr500](https://github.com/sepehr500) ### [11.1.6] - 2018-10-05 #### Fixed - Fix client startup invoking render prematurely, **AGAIN**. Fix additional cases of client startup failing during interactive readyState". Closes [issue #1150](https://github.com/shakacode/react_on_rails/issues/1150). [PR 1152](https://github.com/shakacode/react_on_rails/pull/1152) by [rakelley](https://github.com/rakelley). @@ -829,10 +832,11 @@ - Turbolinks support. ##### Fixed - Fix several generator related issues. -[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.1.6...master +[Unreleased]: https://github.com/shakacode/react_on_rails/compare/11.1.7...master +[11.1.7]: https://github.com/shakacode/react_on_rails/compare/11.1.6...11.1.7 [11.1.6]: https://github.com/shakacode/react_on_rails/compare/11.1.5...11.1.6 [11.1.5]: https://github.com/shakacode/react_on_rails/compare/11.1.4...11.1.5 [11.1.4]: https://github.com/shakacode/react_on_rails/compare/11.1.3...11.1.4 [11.1.3]: https://github.com/shakacode/react_on_rails/compare/11.1.2...11.1.3 [11.1.2]: https://github.com/shakacode/react_on_rails/compare/11.1.1...11.1.2