Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.7

### Maintenance

- Bump package version to retry a failed Sonatype publish for 2.2.6 (no functional changes)

## 2.2.6

### Maintenance
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>lf-api-client-core</artifactId>
<packaging>jar</packaging>
<name>Laserfiche API Client Core</name>
<version>2.2.6</version>
<version>2.2.7</version>
<url>https://github.com/Laserfiche/lf-api-client-core-java</url>
<description>Java implementation of various foundational APIs for Laserfiche, including authorization APIs such as
OAuth 2.0 flows for secure and easy access to Laserfiche APIs.
Expand Down
Loading