Skip to content

Commit 0352b94

Browse files
committed
chore: release v2.7.0
1 parent fba327f commit 0352b94

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,40 @@
1010

1111

1212

13+
14+
## 2.7.0 (2025-05-14)
15+
16+
#### :rocket: New Feature
17+
* [#1012](https://github.com/BoykaFramework/boyka-framework/pull/1012) feat(java): :sparkles: added log file config to boyka config ([@WasiqB](https://github.com/WasiqB))
18+
* [#1008](https://github.com/BoykaFramework/boyka-framework/pull/1008) feat(java): :sparkles: added support for i18n applications ([@WasiqB](https://github.com/WasiqB))
19+
20+
#### :bug: Bug Fix
21+
* [#1002](https://github.com/BoykaFramework/boyka-framework/pull/1002) fix(java): :bug: handled get api request with body ([@WasiqB](https://github.com/WasiqB))
22+
23+
#### :memo: Documentation
24+
* [#1018](https://github.com/BoykaFramework/boyka-framework/pull/1018) docs(website): :memo: updating docs in progress with tutorials and guides ([@WasiqB](https://github.com/WasiqB))
25+
26+
#### :house: Internal
27+
* [#1024](https://github.com/BoykaFramework/boyka-framework/pull/1024) build(deps-dev): bump the dependencies group with 12 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
28+
* [#1022](https://github.com/BoykaFramework/boyka-framework/pull/1022) build(deps-dev): bump the dependencies group with 8 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
29+
* [#1020](https://github.com/BoykaFramework/boyka-framework/pull/1020) build(deps): bump the dependencies group across 1 directory with 7 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
30+
* [#1019](https://github.com/BoykaFramework/boyka-framework/pull/1019) build(deps-dev): bump the dependencies group with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
31+
* [#1016](https://github.com/BoykaFramework/boyka-framework/pull/1016) build(deps-dev): bump the dependencies group with 9 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
32+
* [#1013](https://github.com/BoykaFramework/boyka-framework/pull/1013) build(deps): bump the dependencies group in /core-java with 8 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
33+
* [#1011](https://github.com/BoykaFramework/boyka-framework/pull/1011) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
34+
* [#1010](https://github.com/BoykaFramework/boyka-framework/pull/1010) build(deps): bump the dependencies group in /core-java with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
35+
* [#1009](https://github.com/BoykaFramework/boyka-framework/pull/1009) build(deps-dev): bump the dependencies group with 7 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
36+
* [#1006](https://github.com/BoykaFramework/boyka-framework/pull/1006) build(deps): bump org.aspectj:aspectjweaver from 1.9.22.1 to 1.9.23 in /core-java in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot))
37+
* [#1007](https://github.com/BoykaFramework/boyka-framework/pull/1007) build(deps-dev): bump the dependencies group with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
38+
* [#1003](https://github.com/BoykaFramework/boyka-framework/pull/1003) build(deps): bump the dependencies group across 1 directory with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
39+
* [#1000](https://github.com/BoykaFramework/boyka-framework/pull/1000) build(deps-dev): bump the dependencies group with 5 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
40+
* [#998](https://github.com/BoykaFramework/boyka-framework/pull/998) build(deps): bump the dependencies group across 1 directory with 14 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
41+
* [#996](https://github.com/BoykaFramework/boyka-framework/pull/996) build(deps): bump the dependencies group in /core-java with 5 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
42+
* [#995](https://github.com/BoykaFramework/boyka-framework/pull/995) build(deps-dev): bump org.testng:testng from 7.10.2 to 7.11.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
43+
44+
#### Committers: 1
45+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
46+
1347
## 2.6.1 (2025-02-16)
1448

1549
#### :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.6.1</version>
24+
<version>2.7.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.6.1",
3+
"version": "2.7.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)