Skip to content

Commit

Permalink
Merge pull request #97 from starkbank/bump
Browse files Browse the repository at this point in the history
Bump to v2.18.1
  • Loading branch information
luistarkbank authored Sep 9, 2024
2 parents 590fa30 + 73453ce commit 06d1902
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ Given a version number MAJOR.MINOR.PATCH, increment:
- MINOR version when **breaking changes** are introduced OR **new functionalities** are added in a backwards compatible manner;
- PATCH version when backwards compatible bug **fixes** are implemented.


## [Unreleased]
### Fixed
- event parse method

## [2.18.1] - 2024-09-09
### Fixed
- event parse method
- request docString

## [2.18.0] - 2024-07-18
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ and add it to your project.

```sh
dependencies {
implementation 'com.starkbank:sdk:2.18.0'
implementation 'com.starkbank:sdk:2.18.1'
}
```

Expand All @@ -104,7 +104,7 @@ dependencies {
<dependency>
<groupId>com.starkbank</groupId>
<artifactId>sdk</artifactId>
<version>2.18.0</version>
<version>2.18.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.starkbank</groupId>
<artifactId>sdk</artifactId>
<version>2.18.0</version>
<version>2.18.1</version>
<packaging>jar</packaging>

<name>starkbank</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/starkbank/utils/Rest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public final class Rest {

static String host = "bank";
static String sdkVersion = "2.18.0";
static String sdkVersion = "2.18.1";
static String apiVersion = "v2";
static String language = "pt-BR";
static Integer timeout = 5;
Expand Down

0 comments on commit 06d1902

Please sign in to comment.