Skip to content

Commit

Permalink
Version bump and change log update
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeKaraszi committed May 27, 2018
1 parent d267ae4 commit 99ec997
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.5.0.beta3 - May 28th 2018

Added `inet_contains_or_contained_within/1` method

# 0.5.0.beta2 - May 27th 2018

Renamed inet functions to hopefully give a clearer understanding to what these methods are used for.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_record_extended (0.5.0.beta2)
active_record_extended (0.5.0.beta3)
activerecord (>= 5.0, < 6.0)
ar_outer_joins (~> 0.2)
pg (~> 0.18)
Expand Down
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.5.0.beta2"
VERSION = "0.5.0.beta3"
end

0 comments on commit 99ec997

Please sign in to comment.