Skip to content

Commit

Permalink
prepare release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Jan 6, 2019
1 parent 6b69223 commit ea2ae7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## swamp v0.9.1

* fix finding aws credentials on windows

## swamp v0.9

* `-quiet` suppresses output
Expand Down
2 changes: 1 addition & 1 deletion config.go
Expand Up @@ -13,7 +13,7 @@ import (
const (
INTERMEDIATE_SESSION_TOKEN_DURATION = int64(12 * 60 * 60)
TARGET_SESSION_TOKEN_DURATION = int64(60 * 60)
VERSION = "0.9"
VERSION = "0.9.1"
)

type SwampConfig struct {
Expand Down

0 comments on commit ea2ae7b

Please sign in to comment.