Skip to content

Commit 86fc5ba

Browse files
committed
chore: release v2.4.0
1 parent 5358d58 commit 86fc5ba

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55

66

7+
8+
## 2.4.0 (2024-12-12)
9+
10+
#### :rocket: New Feature
11+
* [#940](https://github.com/BoykaFramework/boyka-framework/pull/940) feat(java): :sparkles: added element list and dom property support ([@WasiqB](https://github.com/WasiqB))
12+
13+
#### :house: Internal
14+
* [#938](https://github.com/BoykaFramework/boyka-framework/pull/938) build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 in /core-java in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
* [#937](https://github.com/BoykaFramework/boyka-framework/pull/937) build(deps): bump the dependencies group with 10 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
16+
* [#936](https://github.com/BoykaFramework/boyka-framework/pull/936) build(deps-dev): bump io.qameta.allure:allure-testng from 2.29.0 to 2.29.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
17+
* [#934](https://github.com/BoykaFramework/boyka-framework/pull/934) build(deps-dev): bump the dependencies group with 8 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
18+
* [#935](https://github.com/BoykaFramework/boyka-framework/pull/935) build(deps): bump the dependencies group in /core-java with 5 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
19+
* [#932](https://github.com/BoykaFramework/boyka-framework/pull/932) build(deps): bump the dependencies group with 11 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
20+
* [#933](https://github.com/BoykaFramework/boyka-framework/pull/933) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
21+
22+
#### Committers: 1
23+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
24+
725
## 2.3.1 (2024-11-19)
826

927
#### :bug: Bug Fix

core-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>io.github.boykaframework</groupId>
2323
<artifactId>boyka-framework</artifactId>
24-
<version>2.3.1</version>
24+
<version>2.4.0</version>
2525
<inceptionYear>2022</inceptionYear>
2626
<name>${project.groupId}:${project.artifactId}</name>
2727
<description>🎉 Ultimate test automation framework for testing any application on any platform</description>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boyka-framework",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.",
55
"type": "module",
66
"author": {

0 commit comments

Comments
 (0)