diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b5b89bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +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 + + +### Fixed + \ No newline at end of file diff --git a/browserstack-local.gemspec b/browserstack-local.gemspec index abd528d..4a021bd 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.3.0' - s.date = '2016-09-19' + s.version = '1.4.0' + s.date = '2022-07-20' s.summary = "BrowserStack Local" s.description = "Ruby bindings for BrowserStack Local" s.authors = ["BrowserStack"]