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

Based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.2.2] - 2018-03-04
### Fixed
- upt.licenses.License: add __eq__ so that comparisons do not fail

## [0.2.1] - 2018-03-04
### Added
- upt.licenses: Add the OpenSSL license
- upt.licenses: Add the Perl license
- upt.licenses: Add the Ruby license
- upt.licenses: Add the GFDL (1.1, 1.2, 1.3) license
- upt.licenses: Add the Zlib license

## [0.2] - 2018-02-21
### Added
- upt.Package: Add a 'licenses' field

### Fixed
- Fixed installation instructions in README.md
- Add missing files to the tarball (LICENSE, CHANGELOG, README.md, tox.ini)

## [0.1.1] - 2018-02-17
### Fixed
- Fixed flake8 target in tox.ini

## [0.1] - 2018-02-17
### Added
- Initial CLI tool (upt)
- Initial library
- Support for user-defined frontends
- Support for user-defined backends
