Skip to content

Commit

Permalink
Bump version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sndl committed Oct 2, 2019
1 parent bd64c53 commit d52ce46
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.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

## 0.1.7
* Fix performance issue with diff and update-from methods

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.7"
version = "0.1.8"
description = "PARameter Naming And Storing"

plugins {
Expand Down

0 comments on commit d52ce46

Please sign in to comment.