Skip to content

Commit bc1c881

Browse files
committed
Release 1.3.0
1 parent 0f41214 commit bc1c881

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## 1.3.0
4+
5+
* Cover more test cases ([#43][])
6+
* Update form constructor to avoid undefined method ([#34][])
7+
* Upgrade Ruby to 2.7.0 ([#27][])
8+
* We need to use a node-browsers to run features ([#30][])
9+
* Fix CI by explicitly setting a Postgres password ([#29][])
10+
11+
[#43]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/43
12+
[#34]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/34
13+
[#27]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/27
14+
[#30]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/30
15+
[#29]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/29
16+
317
## 1.2.0
418

519
* Add support for namespaced models ([#24][])

administrate-field-nested_has_many.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
22

33
Gem::Specification.new do |gem|
44
gem.name = "administrate-field-nested_has_many"
5-
gem.version = "1.2.0"
5+
gem.version = "1.3.0"
66
gem.authors = ["Nick Charlton", "Grayson Wright"]
77
gem.email = ["nick@nickcharlton.net", "wright.grayson@gmail.com"]
88
gem.homepage = "https://github.com/nickcharlton/" \

0 commit comments

Comments
 (0)