Skip to content

Commit

Permalink
Merge pull request #509 from platanus/f/release-1.10.2
Browse files Browse the repository at this point in the history
feat: release v1.10.2
  • Loading branch information
rjherrera authored Dec 6, 2024
2 parents ad98691 + 9432377 commit 35abf64
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,9 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Unreleased

#### Fixed
### 1.10.2

* Remove invalid HTML from selected list input to avoid error in Rails 7.2 [#507](https://github.com/platanus/activeadmin_addons/pull/507)
* 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)
* Pin active material to 1.5 to avoid incompatibility issue with newer versions [#501](https://github.com/platanus/activeadmin_addons/pull/501)
* Fix searching for ids with selected list input [#489](https://github.com/platanus/activeadmin_addons/pull/489)

### 1.10.1

2 changes: 1 addition & 1 deletion lib/activeadmin_addons/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveadminAddons
VERSION = "1.10.1"
VERSION = "1.10.2"
end

0 comments on commit 35abf64

Please sign in to comment.