Skip to content

Commit 04aea95

Browse files
committed
chore: release v2.2.0
1 parent 7b1b596 commit 04aea95

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11

22

33

4+
5+
## 2.2.0 (2024-10-17)
6+
7+
#### :rocket: New Feature
8+
* [#914](https://github.com/BoykaFramework/boyka-framework/pull/914) feat(java): :sparkles: added new screenshot method to get content ([@WasiqB](https://github.com/WasiqB))
9+
* [#912](https://github.com/BoykaFramework/boyka-framework/pull/912) feat(java): :sparkles: boolean values handled as test data in excel s… ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
10+
* [#909](https://github.com/BoykaFramework/boyka-framework/pull/909) feat(java): :sparkles: added experimental options support for web ([@WasiqB](https://github.com/WasiqB))
11+
12+
#### :house: Internal
13+
* [#913](https://github.com/BoykaFramework/boyka-framework/pull/913) build(deps-dev): bump the dependencies group with 8 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
14+
* [#910](https://github.com/BoykaFramework/boyka-framework/pull/910) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
* [#911](https://github.com/BoykaFramework/boyka-framework/pull/911) build(deps-dev): bump the dependencies group with 7 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
16+
17+
#### Committers: 2
18+
- Mohammad Faisal Khatri ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
19+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
20+
421
## 2.1.1 (2024-10-03)
522

623
#### :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.1.1</version>
24+
<version>2.2.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.1.1",
3+
"version": "2.2.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)