amka 1.1.0

A validator for greek social security number (AMKA)
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2020-12-20
### Fixed
- README example usage

## [1.0.1] - 2020-12-19
### Added
- MIT License

## [1.0.0] - 2020-12-19
### Changed
- Method `amka::validate` that returns a boolean value and a string representation of the validation error

### Removed
- Method `amka::valid`

## [0.1.1] - 2020-12-19
### Fixed
- Fix README GitHub action badge

## [0.1.0] - 2020-12-19
### Added
- Add `amka::valid` method

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.1...v1.0.0
[0.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0