Skip to content

Commit

Permalink
Publish v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Aug 20, 2024
1 parent 4d5daba commit cbd84e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

## 3.13.0 - 2024-08-20

### Added

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

0 comments on commit cbd84e9

Please sign in to comment.