Skip to content

Commit

Permalink
Bump version, update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
varyonic committed Nov 8, 2021
1 parent 6bbcf47 commit 0e496d4
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,10 @@
# Changelog

## 1.5.2 [](https://github.com/varyonic/activeadmin-rb/compare/v1.5.1...v1.5.2)

* Fix Ruby 2.7 warnings about keyword args. [#6000], [#6237] by [@vcsjones] and [@deivid-rodriguez]
* Fix CSVBuilder not respecting `ActiveAdmin.application.csv_options = { humanize_name: false }` setting. [#5800] by [@HappyKadaver]

## 1.5.1 [](https://github.com/varyonic/activeadmin-rb/compare/v1.5.0...v1.5.1)

* More fixes to support final release of Rails 6.0.
Expand Down Expand Up @@ -346,6 +351,9 @@ Please check [0-6-stable] for previous changes.
[#5516]: https://github.com/activeadmin/activeadmin/pull/5516
[#5583]: https://github.com/activeadmin/activeadmin/pull/5583
[#5702]: https://github.com/activeadmin/activeadmin/pull/5702
[#5800]: https://github.com/activeadmin/activeadmin/pull/5800
[#6000]: https://github.com/activeadmin/activeadmin/pull/6000
[#6237]: https://github.com/activeadmin/activeadmin/pull/6237

[@5t111111]: https://github.com/5t111111
[@aarek]: https://github.com/aarek
Expand All @@ -371,6 +379,7 @@ Please check [0-6-stable] for previous changes.
[@Fivell]: https://github.com/Fivell
[@glebtv]: https://github.com/glebtv
[@gonzedge]: https://github.com/gonzedge
[@HappyKadaver]: https://github.com/HappyKadaver
[@innparusu95]: https://github.com/innparusu95
[@ionut998]: https://github.com/ionut998
[@jasl]: https://github.com/jasl
Expand Down Expand Up @@ -401,6 +410,7 @@ Please check [0-6-stable] for previous changes.
[@timoschilling]: https://github.com/timoschilling
[@TimPetricola]: https://github.com/TimPetricola
[@varyonic]: https://github.com/varyonic
[@vcsjones]: https://github.com/vcsjones
[@wasifhossain]: https://github.com/wasifhossain
[@Wowu]: https://github.com/Wowu
[@wspurgin]: https://github.com/wspurgin
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveAdmin
VERSION = '1.5.1'
VERSION = '1.5.2'
end

0 comments on commit 0e496d4

Please sign in to comment.