Skip to content

Commit

Permalink
1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jul 11, 2022
1 parent 92be813 commit 4c8129a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 1.2.0 (2022-07-11)

* Fix #index preview crash on when no image attached ([#23])
* Use file_field instead of text_field in the form ([#22]]
* Setup GitHub Actions for CI ([#21])

[#21]: https://github.com/thoughtbot/administrate-field-image/pull/21
[#22]: https://github.com/thoughtbot/administrate-field-image/pull/22
[#23]: https://github.com/thoughtbot/administrate-field-image/pull/23

## 1.1.0 (2017-03-24)

* Don't crash if image is nil/blank ([#9][])
Expand Down
2 changes: 1 addition & 1 deletion administrate-field-image.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |gem|
gem.name = "administrate-field-image"
gem.version = "1.1.0"
gem.version = "1.2.0"
gem.authors = ["Grayson Wright", "Nick Charlton"]
gem.email = ["[email protected]", "[email protected]"]
gem.homepage = "https://github.com/graysonwright/administrate-field-image"
Expand Down

0 comments on commit 4c8129a

Please sign in to comment.