Skip to content

Commit 867d55f

Browse files
committed
Release 2.3.3
1 parent 3f77722 commit 867d55f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Read `release_notes.md` for commit level details.
99

1010
### Deprecations
1111

12+
## [2.3.3] - 2019-01-22
13+
### Enhancements
14+
15+
### Bug fixes
16+
- Add `*args, &block` in method missing in `Selenium::WebDriver::Element` [#184](https://github.com/appium/ruby_lib_core/pull/184)
17+
18+
### Deprecations
19+
1220
## [2.3.2] - 2019-01-20
1321
### Enhancements
1422
- Add alias for some method calls

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
module Core
3-
VERSION = '2.3.2'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2019-01-20'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '2.3.3'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2019-01-22'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)