From 9884d78efedcc2c57a0204e63fb4294bfe0e23d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 15:50:41 +0000 Subject: [PATCH] chore(master): release 16.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/appium_lib/version.rb | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 995e3fb9..c9c3fb71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "16.3.0" + ".": "16.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c3ade6..af149f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ New entries are maintained by Release Please. Release tags are https://github.com/appium/ruby_lib/releases . +## [16.3.1](https://github.com/appium/ruby_lib/compare/v16.3.0...v16.3.1) (2026-09-13) + + +### Bug Fixes + +* issues in code ([#1124](https://github.com/appium/ruby_lib/issues/1124)) ([1fc98b8](https://github.com/appium/ruby_lib/commit/1fc98b89cf41284c7da83df214aed6d8764429c2)) + ## [16.3.0] - 2026-05-11 - Bump appium_lib_core to 13+ - No user facing changes are expected. diff --git a/lib/appium_lib/version.rb b/lib/appium_lib/version.rb index 139253f4..089073d5 100644 --- a/lib/appium_lib/version.rb +++ b/lib/appium_lib/version.rb @@ -14,6 +14,6 @@ module Appium # Version and Date are defined on the 'Appium' module, not 'Appium::Common' - VERSION = '16.3.0' unless defined? ::Appium::VERSION - DATE = '2026-05-11' unless defined? ::Appium::DATE # x-release-please-date + VERSION = '16.3.1' unless defined? ::Appium::VERSION + DATE = '2026-09-13' unless defined? ::Appium::DATE # x-release-please-date end