Skip to content

Commit

Permalink
Publish v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Aug 24, 2024
1 parent e2afc93 commit 7eec165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 3.13.1 - 2024-08-23

### Fixed

- POST request bodies now have a content type of "application/json" with UTF8
Expand Down
2 changes: 1 addition & 1 deletion packages/pangea-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cloud.pangea</groupId>
<artifactId>pangea-sdk</artifactId>
<version>3.13.0</version>
<version>3.13.1</version>
<packaging>jar</packaging>

<name>cloud.pangea:pangea-sdk</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

public class Version {

public static final String VERSION = "3.13.0";
public static final String VERSION = "3.13.1";
}

0 comments on commit 7eec165

Please sign in to comment.