diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb28293b8..e028de852 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [4.18.2](https://github.com/gemini-testing/gemini/compare/v4.18.1...v4.18.2) (2017-02-02)
+
+
+### Bug Fixes
+
+* prevent endless loop when suitesPerSession is set to infinity ([2b399b6](https://github.com/gemini-testing/gemini/commit/2b399b6))
+
+
+
## [4.18.1](https://github.com/gemini-testing/gemini/compare/v4.18.0...v4.18.1) (2017-01-25)
diff --git a/package.json b/package.json
index c3c246d7e..17d2f5342 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gemini",
- "version": "4.18.1",
+ "version": "4.18.2",
"description": "UI Screenshot testing utility",
"engines": {
"node": ">= 4.0.0"