diff --git a/CHANGELOG.md b/CHANGELOG.md index c39f880..109f97d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - yyyy-mm-dd -## [1.4.2] - 2023-06-06 +## [ +1.4.3] - 2023-08-24 ### Changed -Update download links +Ruby 3 exists? deprecation fix diff --git a/browserstack-local.gemspec b/browserstack-local.gemspec index 2c426bd..9d1a650 100644 --- a/browserstack-local.gemspec +++ b/browserstack-local.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'browserstack-local' - s.version = '1.4.2' - s.date = '2023-06-06' + s.version = '1.4.3' + s.date = '2023-08-24' s.summary = "BrowserStack Local" s.description = "Ruby bindings for BrowserStack Local" s.authors = ["BrowserStack"]