Skip to content

Commit

Permalink
Merge pull request #6 from bdpiparva/bumpup-version-to-1.0.0
Browse files Browse the repository at this point in the history
Bump up plugin version to 1.0.0
  • Loading branch information
bdpiprava committed Nov 15, 2019
2 parents 5201b62 + 1680a8f commit 505022e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1 - 2019-11-15
## 1.0.0 - 2019-11-15

- Initial release of the plugin
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply from: "https://raw.githubusercontent.com/gocd/gocd-plugin-gradle-task-help

gocdPlugin {
id = 'com.thoughtworks.gocd.secretmanager.aws'
pluginVersion = '0.0.1'
pluginVersion = '1.0.0'
goCdVersion = '19.6.0'
name = 'AWS Secrets Manager based secrets plugin for GoCD'
description = 'AWS Secrets Manager based secrets plugin for GoCD'
Expand Down

0 comments on commit 505022e

Please sign in to comment.