Skip to content

Commit

Permalink
Merge pull request #974 from activerecord-hackery/v2.1.0
Browse files Browse the repository at this point in the history
v2.1.0 bump
  • Loading branch information
scarroll32 authored Oct 26, 2018
2 parents 8525bbd + bbda1de commit a060987
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,48 @@
# Change Log

## Unreleased
## Version 2.1.0 - 2018-10.-26

* Add support for sorting by scopes
PR [973](https://github.com/activerecord-hackery/ransack/pull/973)

*Diego Borges*

* Added a new logo for Ransack
PR [972](https://github.com/activerecord-hackery/ransack/pull/972)

*Anıl Kılıç*, *Greg Molnar*

* Greek translations
PR [971](https://github.com/activerecord-hackery/ransack/pull/971)
PR [960](https://github.com/activerecord-hackery/ransack/pull/960)

*Sean Carroll*, *Greg Molnar*

* README improvements
PR [963](https://github.com/activerecord-hackery/ransack/pull/963)

*tommaso1*

* Bulgarian translations
PR [961](https://github.com/activerecord-hackery/ransack/pull/961)

*Sean Carroll*

* README improvements
PR [956](https://github.com/activerecord-hackery/ransack/pull/956)

*Alex Konoval*

* Remove lib/ransack/adapters/active_record/compat.rb
PR [954](https://github.com/activerecord-hackery/ransack/pull/954)

*Ryuta Kamizono*

* Remove unused aliases
PR [953](https://github.com/activerecord-hackery/ransack/pull/953)

*Ryuta Kamizono*

## Version 2.0.1 - 2018-08-18

* Don't return association if table is nil
Expand Down
2 changes: 1 addition & 1 deletion lib/ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ransack
VERSION = '2.0.1'
VERSION = '2.1.0'
end

0 comments on commit a060987

Please sign in to comment.