Skip to content

Commit 1e9fe6d

Browse files
committed
Release 8.0.2
1 parent 33b9065 commit 1e9fe6d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

1111
### Deprecations
1212

13+
## [8.0.2] - 2024-04-26
14+
15+
### Enhancements
16+
- Bump thor for publishment module
17+
1318
## [8.0.1] - 2024-03-26
1419

1520
### Bug fixes

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.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2024-03-26' unless defined? ::Appium::Core::DATE
17+
VERSION = '8.0.2' unless defined? ::Appium::Core::VERSION
18+
DATE = '2024-04-26' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)