Skip to content

Commit

Permalink
prepare release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Feb 12, 2019
1 parent 01bcf83 commit b76910d
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

## swamp v0.10.0

* `-alias-config` generates shell aliases

## swamp v0.9.1

* fix finding aws credentials on windows
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
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.1"
VERSION = "0.10.0"
)

type SwampConfig struct {
Expand Down

0 comments on commit b76910d

Please sign in to comment.