Skip to content

Commit 06d1902

Browse files
authored
Merge pull request #97 from starkbank/bump
Bump to v2.18.1
2 parents 590fa30 + 73453ce commit 06d1902

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1111
- MINOR version when **breaking changes** are introduced OR **new functionalities** are added in a backwards compatible manner;
1212
- PATCH version when backwards compatible bug **fixes** are implemented.
1313

14-
1514
## [Unreleased]
16-
### Fixed
17-
- event parse method
1815

16+
## [2.18.1] - 2024-09-09
1917
### Fixed
18+
- event parse method
2019
- request docString
2120

2221
## [2.18.0] - 2024-07-18

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ and add it to your project.
9494

9595
```sh
9696
dependencies {
97-
implementation 'com.starkbank:sdk:2.18.0'
97+
implementation 'com.starkbank:sdk:2.18.1'
9898
}
9999
```
100100

@@ -104,7 +104,7 @@ dependencies {
104104
<dependency>
105105
<groupId>com.starkbank</groupId>
106106
<artifactId>sdk</artifactId>
107-
<version>2.18.0</version>
107+
<version>2.18.1</version>
108108
</dependency>
109109
```
110110

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.starkbank</groupId>
88
<artifactId>sdk</artifactId>
9-
<version>2.18.0</version>
9+
<version>2.18.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>starkbank</name>

src/main/java/com/starkbank/utils/Rest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
public final class Rest {
2121

2222
static String host = "bank";
23-
static String sdkVersion = "2.18.0";
23+
static String sdkVersion = "2.18.1";
2424
static String apiVersion = "v2";
2525
static String language = "pt-BR";
2626
static Integer timeout = 5;

0 commit comments

Comments
 (0)