# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ### v2.3.2 ##### Changed * Update dependencies that had known security vulnerabilities ### v2.3.1 ##### Changed * Remove verify_authenticity_token from uploads controller ### v2.3.0 ##### Added * Add support for Rails 5 ### v2.2.0 ##### Changed * Change active_model_serializers gem version to be more optimistic. ### v2.1.0 ##### Added * Add Hound configuration. * Deploy with Travis CI. * Configure coveralls. ### v2.0.0 ##### Fixed * `skip_before_action :verify_authenticity_token` in uploads controller ##### Changed * gem name from paperclip_upload to rails_pallet ### v1.2.4 ##### Fixed * Allow `encoded_[file]` accessor to work with base64 headers. ### v1.2.3 ##### Fixed * Removed `uploads#download` endpoint. Use always `file.url` instead of `file.path`. `file.path` does not work with S3 config. ### v1.2.2 ##### Fixed * Removed tmp and spec files from gemspec definition. ### v1.2.1 ##### Changed * A little refactor to controllers generator. ##### Fixed * Autogenerated download url uses `identifier` attribute instead `id`. ### v1.2.0 ##### Added * Add file name, extension and download url to json response. ### v1.1.0 ##### Added * Allow multiple paperclip attributes on same host model to work with uploads. ### v1.0.0 ##### Changed * Use hashids gem to pass upload identifier in a more secure way. ##### Added * Add uploads controller generator. ##### Removed * Remove `additional_upload_endpoints` configuration option in favor of uploads controller generator. ### v0.1.0 * Initial release.