Skip to content

Commit

Permalink
updated version number, and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Steuernol committed Jul 5, 2016
1 parent a816113 commit fafe13f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.18.2

- removed type hinting from RollbarException

## 0.18.1

- added configuration switch for disabling utf 8 sanitization

## 0.18.0

- Added support for checkIgnore function See [#82](https://github.com/rollbar/rollbar-php/pull/82)
Expand Down
2 changes: 1 addition & 1 deletion src/rollbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function getException() {
}

class RollbarNotifier {
const VERSION = "0.18.1";
const VERSION = "0.18.2";

// required
public $access_token = '';
Expand Down

0 comments on commit fafe13f

Please sign in to comment.