gamgee-1.0.0: ChangeLog.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [1.0.0] - 2019-07-16
- Major reimplementation based on polysemy
## [0.2.0] - 2018-06-07
### Added
- Support for secrets in non-canonical format (https://github.com/rkaippully/gamgee/issues/2)
## [0.1.0] - 2018-06-05
### Added
- First version.
- Supports TOTP based tokens
- Secure storage of tokens via AES256 encryption
- Added installation and usage instructions to README