diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09952289..b38ee003 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.1.1" + ".": "13.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0353b1cd..70942ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. New entries are generated by Release Please. Historical commit-level details through 13.1.0 remain in `release_notes.md`. +## [13.1.2](https://github.com/appium/ruby_lib_core/compare/v13.1.1...v13.1.2) (2026-09-13) + + +### Bug Fixes + +* tweak release files and metadatas ([5b2f239](https://github.com/appium/ruby_lib_core/commit/5b2f239def3dd17b8caf114bdafe0df16e70071d)) + ## [13.1.1](https://github.com/appium/ruby_lib_core/compare/v13.1.0...v13.1.1) (2026-09-13) diff --git a/lib/appium_lib_core/version.rb b/lib/appium_lib_core/version.rb index 30690c52..21e2a5bc 100644 --- a/lib/appium_lib_core/version.rb +++ b/lib/appium_lib_core/version.rb @@ -14,7 +14,7 @@ module Appium module Core - VERSION = '13.1.1' unless defined? ::Appium::Core::VERSION + VERSION = '13.1.2' unless defined? ::Appium::Core::VERSION DATE = '2026-09-13' unless defined? ::Appium::Core::DATE # x-release-please-date end end