Skip to content

Commit

Permalink
Publish v3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Sep 26, 2024
1 parent a24f29c commit c14b7e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.15.0 - 2024-09-25

### Added

- Sanitize service support
Expand Down
4 changes: 2 additions & 2 deletions packages/pangea-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A Java SDK for integrating with Pangea services. Supports Java 11, 17, and 21.
Via Gradle:

```gradle
implementation("cloud.pangea:pangea-sdk:3.12.0")
implementation("cloud.pangea:pangea-sdk:3.15.0")
```

Via Maven:
Expand All @@ -27,7 +27,7 @@ Via Maven:
<dependency>
<groupId>cloud.pangea</groupId>
<artifactId>pangea-sdk</artifactId>
<version>3.12.0</version>
<version>3.15.0</version>
</dependency>
```

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.14.0</version>
<version>3.15.0</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.14.0";
public static final String VERSION = "3.15.0";
}

0 comments on commit c14b7e8

Please sign in to comment.