Skip to content

Commit

Permalink
Prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlieshoff committed Jan 13, 2025
1 parent e05c6de commit b69267d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## [4.0.3] - 2025-01-13

### Changed

- Lombok from 1.18.32 to 1.18.36
- JUnit from 5.10.2 to 5.11.4
- Mockito from 5.11.0 to 5.15.2
- GSON from 2.10.1 to 2.11.0
- Maven Dependency Plugin from 3.6.1 to 3.8.1
- Apache Commons IO from 2.16.1 to 2.18.0
- SLF4j from 2.0.13 to 2.0.14
- Maven Enforcer Plugin from 3.4.1 to 3.5.0
- Maven Exec Plugin from 3.2.0 to 3.5.0
- WireMock from 3.5.4 to 3.10.0
- Maven Surefire Plugin from 3.2.5 to 3.5.2

## [4.0.2] - 2024-05-08

### Changed
Expand Down Expand Up @@ -111,7 +127,7 @@

- Create release job #41

[unreleased]: https://github.com/mlieshoff/brawljars/compare/v4.0.2...HEAD
[unreleased]: https://github.com/mlieshoff/brawljars/compare/v4.0.3...HEAD
[4.0.2]: https://github.com/mlieshoff/brawljars/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/mlieshoff/brawljars/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/mlieshoff/brawljars/compare/v3.0.8...v4.0.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![](https://img.shields.io/badge/java-packagecloud.io-844fec.svg)](https://packagecloud.io/)
[![Nightlies](https://github.com/mlieshoff/brawljars/actions/workflows/nightlies.yml/badge.svg)](https://github.com/mlieshoff/brawljars/actions/workflows/nightlies.yml)

# brawljars 4.0.2
# brawljars 4.0.3
A Java Wrapper For Official Supercell Brawl Stars Api

## Why we don't use the Swagger scheme?
Expand Down Expand Up @@ -298,15 +298,15 @@ All requests are returning *java.concurrent.Future*. The execution will be async

to Gradle:
```groovy
implementation group: 'brawljars', name: 'brawljars', version: '4.0.2'
implementation group: 'brawljars', name: 'brawljars', version: '4.0.3'
```

to Maven:
```xml
<dependency>
<groupId>brawljars</groupId>
<artifactId>brawljars</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.0.2
v4.0.3

0 comments on commit b69267d

Please sign in to comment.