Skip to content

Commit

Permalink
prepare release v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Jun 19, 2018
1 parent a438778 commit 8efddac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,9 @@
# Changelog

## swamp v0.8-snapshot
## swamp v0.8

* `-exec` allows executing command with the targed role assumed
* `-exec` allows executing command with the target role assumed
* write current default region to all profiles

## swamp v0.7

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.8-snapshot"
VERSION = "0.8"
)

type SwampConfig struct {
Expand Down

0 comments on commit 8efddac

Please sign in to comment.