From 650c2ae0ef3807acdd501ecd7243d9aecf78b188 Mon Sep 17 00:00:00 2001 From: Wasiq Amjad Bhamla Date: Wed, 22 Jan 2025 12:51:55 +0000 Subject: [PATCH] chore: release v2.5.0 --- CHANGELOG.md | 18 ++++++++++++++++++ core-java/pom.xml | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 863445a4b..36dfb9f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ + +## 2.5.0 (2025-01-22) + +#### :rocket: New Feature +* [#975](https://github.com/BoykaFramework/boyka-framework/pull/975) feat(java): :sparkles: added android specific critical actions ([@WasiqB](https://github.com/WasiqB)) +* [#971](https://github.com/BoykaFramework/boyka-framework/pull/971) feat(java): :sparkles: added shadow root support ([@WasiqB](https://github.com/WasiqB)) +* [#969](https://github.com/BoykaFramework/boyka-framework/pull/969) feat(java): :sparkles: added executeScript method for element ([@WasiqB](https://github.com/WasiqB)) +* [#968](https://github.com/BoykaFramework/boyka-framework/pull/968) feat(java): :sparkles: added support to draw diagrams using points ([@WasiqB](https://github.com/WasiqB)) + +#### :house: Internal +* [#972](https://github.com/BoykaFramework/boyka-framework/pull/972) build(deps): bump com.networknt:json-schema-validator from 1.5.4 to 1.5.5 in /core-java in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#973](https://github.com/BoykaFramework/boyka-framework/pull/973) build(deps-dev): bump the dependencies group with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#970](https://github.com/BoykaFramework/boyka-framework/pull/970) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#964](https://github.com/BoykaFramework/boyka-framework/pull/964) build(deps): bump the dependencies group with 9 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### Committers: 1 +- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB)) + ## 2.4.2 (2025-01-01) #### :rocket: New Feature diff --git a/core-java/pom.xml b/core-java/pom.xml index ba5fee8a5..22f749a82 100644 --- a/core-java/pom.xml +++ b/core-java/pom.xml @@ -21,7 +21,7 @@ 4.0.0 io.github.boykaframework boyka-framework - 2.4.2 + 2.5.0 2022 ${project.groupId}:${project.artifactId} 🎉 Ultimate test automation framework for testing any application on any platform diff --git a/package.json b/package.json index 76043a026..309725991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boyka-framework", - "version": "2.4.2", + "version": "2.5.0", "description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.", "type": "module", "author": {