v0.6.0 (2021-12-27)
- Add support for Rails 7 (thanks @dylanwolff)
v0.5.0 (2019-09-02)
- Update the requirements on Rails to permit the latest version
v0.4.1 (2019-04-13)
- Fix display error when no file uploaded yet
v0.4.0 (2019-03-04)
- Remove preview on show
v0.3.4 (2018-10-23)
- Check for version only if option is specified (thanks @00dav00)
v0.3.3 (2018-10-11)
- Fix form with nested attributes (thanks @JapArt)
- Add RuboCop and Guard
- Add contribution guidelines
v0.3.2 (2018-03-06)
- Fix bug in view
v0.3.1 (2018-03-06)
- Fix errors when no uploaded image exists (thanks @evrimfeyyaz)
v0.3.0 (2018-01-29)
- Add ability to upload attachment from remote URL (thanks @neumayr)
- Add ability to remove attachments (thanks @neumayr)
- Do not display preview unless ready (thanks @mnrk)
v0.2.0 (2017-06-06)
- Add ability to show image on index (thanks @jondkinney)
v0.1.3 (2017-04-03)
- Bump up Administrate dependency
v0.1.2 (2017-03-21)
- Fix case of missing file
v0.1.1 (2017-03-20)
- Bump up Administrate dependency
v0.1.0 (2016-11-30)
- Add support for multiple files
v0.0.3 (2016-11-29)
- Improve attachment name visualization
v0.0.2 (2016-11-29)
- Fix engine class declaration
v0.0.1 (2016-11-28)
First release