Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - yyyy-mm-dd

## [1.4.0] - 2022-07-20

### Added
- Added support for running in Alpine Linux

### Changed

- Updated README

## [1.4.1] - 2023-02-06

### Fixed
Stop API in case of multiple instances on same machine
4 changes: 2 additions & 2 deletions browserstack-local.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'browserstack-local'
s.version = '1.4.0'
s.date = '2022-07-20'
s.version = '1.4.1'
s.date = '2023-02-06'
s.summary = "BrowserStack Local"
s.description = "Ruby bindings for BrowserStack Local"
s.authors = ["BrowserStack"]
Expand Down