From dff56a4ed902ad4f385427794b1748ea2182e84c Mon Sep 17 00:00:00 2001 From: Andrew Weiss Date: Thu, 17 May 2018 10:30:50 -0700 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 6 ++++++ rollbar.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65abec3..e60489f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.0.0 +===== + +* Get rid of the alpha tag as the API has stabilized +* Add the CaptureIp configuration option + 1.0.0-alpha.3 ===== diff --git a/rollbar.go b/rollbar.go index 83ffc8f..0277012 100644 --- a/rollbar.go +++ b/rollbar.go @@ -10,7 +10,7 @@ const ( // NAME is the name of this notifier sent with the payload to Rollbar. NAME = "rollbar/rollbar-go" // VERSION is the version of this notifier sent with the payload to Rollbar. - VERSION = "1.0.0-alpha.3" + VERSION = "1.0.0" // CRIT is the critial severity level. CRIT = "critical"