Skip to content

Commit

Permalink
prepare release v0.9.1
Browse files Browse the repository at this point in the history
felixb committed Jan 6, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6b69223 commit ea2ae7b
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

## swamp v0.9.1

* fix finding aws credentials on windows

## swamp v0.9

* `-quiet` suppresses output
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit ea2ae7b

Please sign in to comment.