1 parent 32f5f4f commit 123c882Copy full SHA for 123c882
2 files changed
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased] - yyyy-mm-dd
8
9
+## [1.5.1] - 2026-09-25
10
+
11
+### Improvements
12
13
+- Prevent shell commands passed through logfile path.
14
15
## [1.5.0] - 2026-06-01
16
17
### Added
lib/browserstack/version.rb
@@ -1,3 +1,3 @@
1
module BrowserStack
2
- VERSION = '1.5.0'.freeze
+ VERSION = '1.5.1'.freeze
3
end
0 commit comments