# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.3.1 - 2018-01-16
### Changed
- Fix a PHP error during `BaseHandler` wireup. Props @sayful1

## 0.3.0 - 2018-01-15
### Changed
- Updated encryption handler to use a specific `Key` type from Defuse's library
- Updated documentation
- Updated Travis test matrix for modern PHP

## 0.2.1 - 2017-04-25
### Changed
- Fixed a naming issue affecting internal object storage

## 0.2.0 - 2017-04-25
### Changed
- Switched from the PHP doc's crypto example to the Defuse Crypto library

## 0.1.0 - 2016-11-26
### Added
- README explaining the purpose and use of the project
- Tests to verify adequate functionality
- This CHANGELOG file
