Skip to content

Commit

Permalink
Add change log and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeKaraszi committed May 6, 2018
1 parent 60da0c5 commit dd8e0cb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 0.2.0 - May 6th 2018

Added ActiveRecord Where Chain Functionality
- .where.any_of
- .where.none_of

# 0.1.1 - May 2nd 2018

Added ActiveRecord Where Chain Functionality:
- .where.overlap
- .where.contained_within
- .where.contained_within_or_equals
- .where.contains_or_equals
- .where.any/1
- .where.all/1

Added ActiveRecord Base Extentions
- .either_order/2
- .either_join/2

2 changes: 1 addition & 1 deletion lib/active_record_extended/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordExtended
VERSION = "0.1.1"
VERSION = "0.2.0"
end

0 comments on commit dd8e0cb

Please sign in to comment.