Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Jul 20, 2021
1 parent a7888f4 commit 355a5f7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 2.0.0
## 2.1.0

### New
- Added `/s3backup dry-run`, which saves a file with a list of server files that would be included with the backup

## 2.0.0

### Breaking Changes

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Backup names (including date format) and bucket prefix must only consist of alph
## Commands
- `/s3backup` - Displays command usage.
- `/s3backup backup [name]` - Initiates a manual backup. Optional name to prepend.
- `/s3backup dry-run` - Save a list of server files that are included in a backup.
- `/s3backup delete [backup]` - Deletes the specified backup in s3.
- `/s3backup get [backup]` - Downloads the specified backup to the local `backup` directory.
- `/s3backup list` - Lists the backups in s3.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ dependencies {
}

group = 'cloud.stonehouse'
version = '2.0.0'
version = '2.1.0'
description = 's3backup'
java.sourceCompatibility = JavaVersion.VERSION_1_8
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: s3backup
version: '2.0.0'
version: '2.1.0'
main: cloud.stonehouse.s3backup.S3Backup
api-version: '1.15'

Expand Down

0 comments on commit 355a5f7

Please sign in to comment.