Skip to content

Commit

Permalink
readme update for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tavisrudd committed Aug 11, 2017
1 parent 872c862 commit b34ffd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ api, and most importantly e) are simple and unopinionated.
```
# Grab the appropriate binary from the releases page.
# (Wget won't work while this is a private repo)
open https://github.com/unbounce/iidy/releases/download/v1.2.0/iidy-macos.gz # or -linux.gz
open https://github.com/unbounce/iidy/releases/download/v1.3.0/iidy-macos.gz # or -linux.gz
cd ~/Downloads # or wherever Linux puts it
gunzip iidy*.gz
Expand Down Expand Up @@ -415,6 +415,10 @@ commands in `package.json` for details about the build process.

## Changelog

* v1.3.0 More robust time handling / event filtering to protect
against local clock drift. Also there's now a Dockerfile for
creating a small Alpine based container image.

* v1.2.0: CLI output is prettier, new `demo` command, `--role-arn`
option for `delete-stack`, add missing `prepublish` entry to
`package.json`, improved handling of aws region in cli output. --
Expand Down

0 comments on commit b34ffd2

Please sign in to comment.