Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlive committed Feb 10, 2020
1 parent 47c9366 commit cd77799
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.0.2] - 2020-02-10
### Fixed
- Fixed an issue with error reporting ([#104](https://github.com/honeybadger-io/honeybadger-php/pull/104))

### Changed
- Added array to doc block for context ([#103](https://github.com/honeybadger-io/honeybadger-php/pull/103))

## [2.0.1] - 2019-11-18
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Honeybadger.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Honeybadger implements Reporter
/**
* SDK Version.
*/
const VERSION = '2.0.1';
const VERSION = '2.0.2';

/**
* Honeybadger API URL.
Expand Down

0 comments on commit cd77799

Please sign in to comment.