Skip to content

Commit 122f046

Browse files
committed
chore: release v2.6.0
1 parent ad76e96 commit 122f046

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@
88

99

1010

11+
12+
## 2.6.0 (2025-02-09)
13+
14+
#### :rocket: New Feature
15+
* [#988](https://github.com/BoykaFramework/boyka-framework/pull/988) feat(java): :sparkles: allow using placeholders in the boyka config file ([@WasiqB](https://github.com/WasiqB))
16+
* [#982](https://github.com/BoykaFramework/boyka-framework/pull/982) feat(java): :sparkles: added logging for browser and experimental options ([@WasiqB](https://github.com/WasiqB))
17+
18+
#### :house: Internal
19+
* [#984](https://github.com/BoykaFramework/boyka-framework/pull/984) build(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1 in /core-java in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot))
20+
* [#989](https://github.com/BoykaFramework/boyka-framework/pull/989) build(deps-dev): bump the dependencies group across 1 directory with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
21+
* [#978](https://github.com/BoykaFramework/boyka-framework/pull/978) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
22+
23+
#### Committers: 1
24+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
25+
1126
## 2.5.0 (2025-01-22)
1227

1328
#### :rocket: New Feature

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.5.0</version>
24+
<version>2.6.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.5.0",
3+
"version": "2.6.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)