Skip to content

Commit

Permalink
chore: release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Feb 9, 2025
1 parent ad76e96 commit 122f046
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@




## 2.6.0 (2025-02-09)

#### :rocket: New Feature
* [#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))
* [#982](https://github.com/BoykaFramework/boyka-framework/pull/982) feat(java): :sparkles: added logging for browser and experimental options ([@WasiqB](https://github.com/WasiqB))

#### :house: Internal
* [#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))
* [#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))
* [#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))

#### Committers: 1
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))

## 2.5.0 (2025-01-22)

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.boykaframework</groupId>
<artifactId>boyka-framework</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
<inceptionYear>2022</inceptionYear>
<name>${project.groupId}:${project.artifactId}</name>
<description>🎉 Ultimate test automation framework for testing any application on any platform</description>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boyka-framework",
"version": "2.5.0",
"version": "2.6.0",
"description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.",
"type": "module",
"author": {
Expand Down

0 comments on commit 122f046

Please sign in to comment.