Skip to content

Commit f9c4210

Browse files
committed
chore: release v2.3.1
1 parent 0583e54 commit f9c4210

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33

44

55

6+
7+
## 2.3.1 (2024-11-19)
8+
9+
#### :bug: Bug Fix
10+
* [#930](https://github.com/BoykaFramework/boyka-framework/pull/930) fix(java): :bug: fixed issues in api form data request ([@WasiqB](https://github.com/WasiqB))
11+
12+
#### :house: Internal
13+
* [#928](https://github.com/BoykaFramework/boyka-framework/pull/928) build(deps): bump org.projectlombok:lombok from 1.18.34 to 1.18.36 in /core-java in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot))
14+
* [#927](https://github.com/BoykaFramework/boyka-framework/pull/927) build(deps-dev): bump the dependencies group with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
* [#926](https://github.com/BoykaFramework/boyka-framework/pull/926) build(deps-dev): bump nx from 20.0.11 to 20.0.12 in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot))
16+
17+
#### Committers: 1
18+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
19+
620
## 2.3.0 (2024-11-09)
721

822
#### :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.3.0</version>
24+
<version>2.3.1</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.0",
3+
"version": "2.3.1",
44
"description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.",
55
"type": "module",
66
"author": {

0 commit comments

Comments
 (0)