Skip to content

Commit 35abf64

Browse files
authored
Merge pull request #509 from platanus/f/release-1.10.2
feat: release v1.10.2
2 parents ad98691 + 9432377 commit 35abf64

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
### Unreleased
66

7-
#### Fixed
7+
### 1.10.2
88

9-
* Remove invalid HTML from selected list input to avoid error in Rails 7.2 [#507](https://github.com/platanus/activeadmin_addons/pull/507)
9+
* Remove invalid HTML from selected list input to avoid error in Rails 7.2 [#506](https://github.com/platanus/activeadmin_addons/pull/506)[#508](https://github.com/platanus/activeadmin_addons/pull/508)
10+
* Pin active material to 1.5 to avoid incompatibility issue with newer versions [#501](https://github.com/platanus/activeadmin_addons/pull/501)
11+
* Fix searching for ids with selected list input [#489](https://github.com/platanus/activeadmin_addons/pull/489)
1012

1113
### 1.10.1
1214

lib/activeadmin_addons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveadminAddons
2-
VERSION = "1.10.1"
2+
VERSION = "1.10.2"
33
end

0 commit comments

Comments
 (0)