From 42205db807ef33da7c29bb983bc365c98d948533 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sat, 4 Nov 2023 13:36:47 -0700 Subject: [PATCH] Release 7.3.1 --- CHANGELOG.md | 3 +++ lib/appium_lib_core/version.rb | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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