Skip to content

Commit

Permalink
prepare release v0.12.0
Browse files Browse the repository at this point in the history
felixb committed Oct 4, 2020
1 parent 17d8aaf commit a73d316
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,9 @@

* `-alias-config`: generate lowercase profile names and aliases
* `-target-account` and `-target-role`: allow empty parameters to create only intermediate/session profile

Breaking changes:

* `-export-profile` and `-export-file`: removed. Please use `-exec` instead, e.g. `-exec bash`

## swamp v0.11.0
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ import (
const (
INTERMEDIATE_SESSION_TOKEN_DURATION = int64(12 * 60 * 60)
TARGET_SESSION_TOKEN_DURATION = int64(60 * 60)
VERSION = "0.11.0"
VERSION = "0.12.0"
)

type SwampConfig struct {

0 comments on commit a73d316

Please sign in to comment.