diff --git a/CHANGELOG.md b/CHANGELOG.md index a62c4882..0843f08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Read `release_notes.md` for commit level details. ### Deprecations +## [7.3.1] - 2023-11-04 +### Enhancements +- Bump `selenium-webdriver` max ## [7.3.0] - 2023-10-17 diff --git a/lib/appium_lib_core/version.rb b/lib/appium_lib_core/version.rb index 89ba01b4..a919cd5d 100644 --- a/lib/appium_lib_core/version.rb +++ b/lib/appium_lib_core/version.rb @@ -14,7 +14,7 @@ module Appium module Core - VERSION = '7.3.0' unless defined? ::Appium::Core::VERSION - DATE = '2023-10-17' unless defined? ::Appium::Core::DATE + VERSION = '7.3.1' unless defined? ::Appium::Core::VERSION + DATE = '2023-11-04' unless defined? ::Appium::Core::DATE end end