Skip to content

Commit

Permalink
prepare release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Oct 23, 2018
1 parent f380f12 commit 4d39654
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.8.2

* fix string escaping

## swamp v0.8.1

* add details to error messages
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.1"
VERSION = "0.8.2"
)

type SwampConfig struct {
Expand Down

0 comments on commit 4d39654

Please sign in to comment.