Skip to content

Commit

Permalink
Bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sndl committed Oct 2, 2019
1 parent 2933295 commit d3f6f6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.9
* Add silent type output, useful for automation, no parameters(secrets) will be displayed therefore it is safe to use with CI tools
* Make profile and region setings for SSM optional when using aws environment config

## 0.1.8
* Limit amount of requests to SSM, so it won't throttle the application
* Support AWS Credentials provider chain, now it is possible to pass AWS credentials via environment variables
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile
import tanvd.kosogor.proxy.shadowJar

group = "sndl.parnas"
version = "0.1.8"
version = "0.1.9"
description = "PARameter Naming And Storing"

plugins {
Expand Down

0 comments on commit d3f6f6f

Please sign in to comment.