# CHANGELOG ## 1.3.0 (2018-05-19) * Update the README. * Add this CHANGELOG. * Update the dependencies ([12][]). * List the correct port in the README ([10][]). * Add a more standard Ruby gitignore ([15][]). * Add Travis for CI ([14][]). * Add tests ([13][]). * Update Vagrantfile. * Handle cases where `gecos` data is missing. [13]: https://github.com/nickcharlton/omniauth-pam/pull/13 [14]: https://github.com/nickcharlton/omniauth-pam/pull/14 [15]: https://github.com/nickcharlton/omniauth-pam/pull/15 [10]: https://github.com/nickcharlton/omniauth-pam/pull/10 [12]: https://github.com/nickcharlton/omniauth-pam/pull/12 ## 1.2.1 (2012-11-15) * Adds a license file. * Improves the README. ## 1.2.0 (2013-11-09) * Add missing OmniAuth interface requirements. * Add `etc` to fetch info fields. * Add a basic Sinatra example. * Add a Vagrantfile for testing. * Add a configurable `email` field. ## 1.0.1 (2012-02-26) * Fix load path issues. * Specify `rpam-ruby19` version dependency. ## 1.0.0 (2012-01-15) * Initial Release.