Skip to content

Commit d43b836

Browse files
committed
chore: release v2.8.0
1 parent 39c82ac commit d43b836

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@
1111

1212

1313

14+
15+
## 2.8.0 (2025-06-28)
16+
17+
#### :rocket: New Feature
18+
* [#1030](https://github.com/BoykaFramework/boyka-framework/pull/1030) feat(java): ✨ added support for MacOS platform application ([@WasiqB](https://github.com/WasiqB))
19+
20+
#### :bug: Bug Fix
21+
* [#1042](https://github.com/BoykaFramework/boyka-framework/pull/1042) fix(java): :bug: fixed issue with the recent logging changes ([@WasiqB](https://github.com/WasiqB))
22+
* [#1028](https://github.com/BoykaFramework/boyka-framework/pull/1028) fix(java): :bug: fixed failing web test ([@WasiqB](https://github.com/WasiqB))
23+
24+
#### :house: Internal
25+
* [#1040](https://github.com/BoykaFramework/boyka-framework/pull/1040) build(deps-dev): bump the dependencies group with 8 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
26+
* [#1038](https://github.com/BoykaFramework/boyka-framework/pull/1038) build(deps): bump the dependencies group in /core-java with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
27+
* [#1037](https://github.com/BoykaFramework/boyka-framework/pull/1037) build(deps-dev): bump the dependencies group with 9 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
28+
* [#1036](https://github.com/BoykaFramework/boyka-framework/pull/1036) build(deps): bump the dependencies group with 16 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
29+
* [#1035](https://github.com/BoykaFramework/boyka-framework/pull/1035) build(deps): bump the dependencies group in /core-java with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
30+
* [#1034](https://github.com/BoykaFramework/boyka-framework/pull/1034) build(deps-dev): bump the dependencies group with 5 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
31+
* [#1033](https://github.com/BoykaFramework/boyka-framework/pull/1033) build(deps-dev): bump the dependencies group across 1 directory with 5 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
32+
* [#1031](https://github.com/BoykaFramework/boyka-framework/pull/1031) build(deps): bump the dependencies group in /core-java with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
33+
* [#1023](https://github.com/BoykaFramework/boyka-framework/pull/1023) build(deps): bump the dependencies group across 1 directory with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
34+
* [#1029](https://github.com/BoykaFramework/boyka-framework/pull/1029) build(deps-dev): bump the dependencies group across 1 directory with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
35+
36+
#### Committers: 1
37+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
38+
1439
## 2.7.0 (2025-05-14)
1540

1641
#### :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.7.0</version>
24+
<version>2.8.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.7.0",
3+
"version": "2.8.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)