update readme and changelog

This commit is contained in:
Zachary Boyd 2018-09-11 19:52:45 -04:00
parent e50a392eb5
commit c539d47e11
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Changelog # Changelog
## [4.0.1] - 2018-09-11
## [4.0.0] - 2018-09-09 ## [4.0.0] - 2018-09-09
### Added ### Added

View file

@ -82,6 +82,7 @@ Instances can optionally be assigned name and a weight. If the `loadBalanceMetho
``` ```
{ {
"loadBalanceMethod": "weighted",
"instances": [ "instances": [
{ {
"Name": "instance-1" "Name": "instance-1"
@ -109,7 +110,6 @@ Instances can be assigned one or more groups.
``` ```
{ {
"loadBalanceMethod": "weighted",
"instances": [ "instances": [
{ {
"Name": "instance-1", "Name": "instance-1",