Skip to content

Commit

Permalink
Bump to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Tate committed Nov 26, 2013
1 parent cf1cd84 commit 4f5d85a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Usage
Changelog
=========

* **0.0.4** - Don't send payloads to Rollbar when an empty API token is
supplied.
* **0.0.3** - Remove incorrect "root" value that was being sent. That setting
is meant for the path to the root code directory, but we're running in a
compiled environment.
Expand Down
2 changes: 1 addition & 1 deletion rollbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

const (
NAME = "go-rollbar"
VERSION = "0.0.3"
VERSION = "0.0.4"
)

var (
Expand Down

0 comments on commit 4f5d85a

Please sign in to comment.