Skip to content

Commit 20f3651

Browse files
Updated version to 1.4, added Changelog
1 parent 4e5919b commit 20f3651

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [Unreleased] - yyyy-mm-dd
8+
9+
## [1.4.0] - 2022-07-20
10+
11+
### Added
12+
- Added support for running in Alpine Linux
13+
14+
### Changed
15+
16+
- Updated README
17+
18+
19+
### Fixed
20+

browserstack-local.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'browserstack-local'
3-
s.version = '1.3.0'
4-
s.date = '2016-09-19'
3+
s.version = '1.4.0'
4+
s.date = '2022-07-20'
55
s.summary = "BrowserStack Local"
66
s.description = "Ruby bindings for BrowserStack Local"
77
s.authors = ["BrowserStack"]

0 commit comments

Comments
 (0)