Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yriveiro committed Jan 31, 2016
1 parent 536c29b commit 59765a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 2.0.0 - 2016-01-31

### Added
- New method .
- New method destroy, allows manually destruction of the lock. Internally release the lock and perform a cleanup operation. It's the same process used by the `__destruct` magic method.
- FSLock now implements FSLockInterface.

### Changes
### Changed
- Improve test suit.
- Update PSR-0 autoload to PSR-4 format.
- Update README.

0 comments on commit 59765a6

Please sign in to comment.