Skip to content

Commit

Permalink
Merge pull request #307 from perfectsense/prep-rel-0.99.3
Browse files Browse the repository at this point in the history
Prep for release 0.99.3
  • Loading branch information
JC authored Aug 25, 2020
2 parents 0bcab02 + 3d9b189 commit 074b731
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@
## 0.99.3 (Unreleased)
## 0.99.3 (August 25th, 2020)

ENHANCEMENTS:

* [294](https://github.com/perfectsense/gyro-aws-provider/issues/294): Add `exists(String file)` and `copy(String source, String dest)` methods to FileBackend.
* [299](https://github.com/perfectsense/gyro-aws-provider/issues/299): Update SNS Subscription resource.

## 0.99.2 (August 5th, 2020)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Load the AWS provider in your project by consuming it as a `plugin` directive in

```shell
@repository: 'https://artifactory.psdops.com/gyro-releases'
@plugin: 'gyro:gyro-aws-provider:0.99.2'
@plugin: 'gyro:gyro-aws-provider:0.99.3'
```

#### Authentication ####
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gyro/aws/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* .. code:: shell
*
* {@literal @}repository: 'https://artifactory.psdops.com/gyro-releases'
* {@literal @}plugin: 'gyro:gyro-aws-provider:0.99.2'
* {@literal @}plugin: 'gyro:gyro-aws-provider:0.99.3'
*
* This lets Gyro load the AWS provider plugin and lets you start managing AWS resources using Gyro.
*
Expand Down

0 comments on commit 074b731

Please sign in to comment.