Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jul 2, 2020
1 parent 0f41214 commit bc1c881
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 1.3.0

* Cover more test cases ([#43][])
* Update form constructor to avoid undefined method ([#34][])
* Upgrade Ruby to 2.7.0 ([#27][])
* We need to use a node-browsers to run features ([#30][])
* Fix CI by explicitly setting a Postgres password ([#29][])

[#43]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/43
[#34]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/34
[#27]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/27
[#30]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/30
[#29]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/29

## 1.2.0

* Add support for namespaced models ([#24][])
Expand Down
2 changes: 1 addition & 1 deletion administrate-field-nested_has_many.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-nested_has_many"
gem.version = "1.2.0"
gem.version = "1.3.0"
gem.authors = ["Nick Charlton", "Grayson Wright"]
gem.email = ["[email protected]", "[email protected]"]
gem.homepage = "https://github.com/nickcharlton/" \
Expand Down

0 comments on commit bc1c881

Please sign in to comment.