Skip to content

Commit

Permalink
Version bump and changelog update
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Dan McClain committed Sep 14, 2012
1 parent 9d3a157 commit 37ff111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.7

Adds Arel predicate functions for array overlap operator (`&&`) and
INET/CIDR contained within operator (`<<`)

## 0.0.6

Lots of array related fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/postgres_ext/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PostgresExt
VERSION = '0.0.6'
VERSION = '0.0.7'
end

0 comments on commit 37ff111

Please sign in to comment.