diff --git a/CHANGELOG.md b/CHANGELOG.md index 728db31..3deb56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.3] - 2021-03-11 + +### Changed +- Add error message if Sauce Connect can't be started +- update to Sauce Connect `v4.6.4` + +[1.1.3]: https://github.com/saucelabs/sauce-connect-action/compare/1.1.2...1.1.3 + ## [1.1.1] - 2020-09-08 ### Added diff --git a/package-lock.json b/package-lock.json index b121d2f..a9a7e90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c670d9..9fdf638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "author": "Christian Bromann ", - "version": "1.1.1", + "version": "1.1.3", "license": "MIT", "homepage": "https://github.com/saucelabs/sauce-connect-action#readme", "bugs": {