Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jul 20, 2016
1 parent ecdb1bc commit 0d70b57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
=== 7.0.1 / unreleased
=== 7.1.0 / 2016-07-19

* Enhancements

* Support Ruby 2.4 unified Integer class
* Implement `CASE` conditional expression
* Support for Bitwise Operations as `InfixOperations`

=== 7.0.0 / 2015-12-17

Expand Down
2 changes: 1 addition & 1 deletion lib/arel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
require 'arel/nodes'

module Arel
VERSION = '7.0.1.pre'
VERSION = '7.1.0'

def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql
Expand Down

0 comments on commit 0d70b57

Please sign in to comment.