Skip to content

Commit

Permalink
Update CHANGELOG, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
varyonic committed Jan 10, 2018
1 parent 66950fe commit f3bdb7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.1 [](https://github.com/activeadmin/activeadmin/compare/v1.2.0...v1.2.1)

### Bug Fixes

* Resolve issue with [#5275][] preventing XSS in filters sidebar [#5299][] by [@faucct][].

## 1.2.0 [](https://github.com/activeadmin/activeadmin/compare/v1.1.0...v1.2.0)

### Enhancements
Expand All @@ -25,7 +31,7 @@
* Fix a couple of issues rendering filter labels [#5223][] by [@wspurgin][]
* Prevent NameError when filtering on a namespaced association [#5240][] by [@DanielHeath][]
* Fix undefined method error in Ransack when building filters [#5238][] by [@wspurgin][]
* Fixed [#5198][] Prevent XSS on sidebar's current filter rendering [#5272][] by [@deivid-rodriguez][]
* Fixed [#5198][] Prevent XSS on sidebar's current filter rendering [#5275][] by [@deivid-rodriguez][].
* Sanitize display_name [#5284][] by [@markstory][].

## 1.1.0 [](https://github.com/activeadmin/activeadmin/compare/v1.0.0...v1.1.0)
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.2.0'
VERSION = '1.2.1'
end

0 comments on commit f3bdb7c

Please sign in to comment.