diff --git a/CHANGELOG.md b/CHANGELOG.md index ad67615..3835c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/). +### 1.6.0 (2021-08-22) +* Match "childprocess" gem version to `selenium-webdriver`. Closes [#99](https://github.com/kapoorlakshya/screen-recorder/issues/99). +* Add support for screenshot resolution. Closes [#98](https://github.com/kapoorlakshya/screen-recorder/issues/98). + ### 1.5.0 (2021-03-23) * Relax "os" gem version to minor level ([#97](https://github.com/kapoorlakshya/screen-recorder/pull/97)). Thanks, [hlascelles](https://github.com/hlascelles)! diff --git a/lib/screen-recorder/version.rb b/lib/screen-recorder/version.rb index 90a04f2..c7cde19 100644 --- a/lib/screen-recorder/version.rb +++ b/lib/screen-recorder/version.rb @@ -1,3 +1,3 @@ module ScreenRecorder - VERSION = '1.5.0'.freeze + VERSION = '1.6.0'.freeze end \ No newline at end of file