Skip to content

Commit 6629004

Browse files
committed
Release 8.0.1
1 parent a2da903 commit 6629004

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

13+
## [8.0.1] - 2024-03-26
14+
15+
### Bug fixes
16+
- Do not ignore an empty string/nil values as caps
17+
18+
1319
## [8.0.0] - 2024-03-08
1420

1521
### Deprecations

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '8.0.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2024-03-08' unless defined? ::Appium::Core::DATE
17+
VERSION = '8.0.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2024-03-26' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)