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/) and this project
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [2.1.0]
### Added
- Added Rails 6 support!
## [2.0.0]
### Added
- Add support for alphanumeric sender IDs
### Changed
- Changed namespace to `Hertz::Twilio`
## [1.0.3]
**This is when we actually started with SemVer.**
### Changed
- Adopted Semantic Versioning
- Updated and linted codebase
## [1.0.2]
### Added
- Added support for Rails 5
## [1.0.1]
### Added
- Added support for the Deliveries API
## [1.0.0]
First stable release.
[Unreleased]: https://github.com/aldesantis/hertz-twilio/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/aldesantis/hertz-twilio/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/aldesantis/hertz-twilio/compare/v1.0.3...v2.0.0
[1.0.3]: https://github.com/aldesantis/hertz-twilio/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/aldesantis/hertz-twilio/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/aldesantis/hertz-twilio/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/aldesantis/hertz-twilio/tree/v1.0.0